Color Hex Logo

#4674bf Color Hex

#4674BF
(70,116,191)
0 Favorites   0 Comments

Color spaces of #4674bf

RGB 70116191
HSL0.600.490.51
HSV217°63°75°
CMYK 0.630.390.00   0.25
XYZ18.175117.554551.7206
Yxy17.55450.20780.2007
Hunter Lab41.89814.1104-43.8612
CIE-Lab48.95128.0976-44.0654

#4674bf color RGB value is (70,116,191).

#4674bf hex color red value is 70, green value is 116 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4674bf hue: 0.60 , saturation: 0.49 and the lightness value of 4674bf is 0.51.

The process color (four color CMYK) of #4674bf color hex is 0.63, 0.39, 0.00, 0.25. Web safe color of #4674bf is #3366cc. Color #4674bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110100 10111111
Octal 106 164 277
Decimal 70 116 191
Hex 46 74 BF

RGB Percentages of Color #4674bf

%18.57
%30.77
%50.66

CMYK Percentages of Color #4674bf

%63
%39
%0
%25

Triadic Colors of #4674bf

#4674bf #bf4674 #74bf46

Analogous Colors of #4674bf

#4674bf #5446bf #46b1bf

Monochromatic Colors of #4674bf

#4674bf

Complementary Color

#4674bf #bf9146

#4674bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4674bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4674bf Color CSS Codes

.mybgcolor {background-color:#4674bf; } 
.myforecolor {color:#4674bf; }
.mybordercolor {border:3px solid #4674bf; }

#4674bf Text Font Color

<p style="color:#4674bf">Text here</p>

This sample text font color is #4674bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4674bf Background Color

<div style="background-color:#4674bf">
Div content here</div>

This div background color is #4674bf


#4674bf Border Color

<div style="border:3px solid #4674bf">
Div here</div>

This div border color is #4674bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,116,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4674bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4674bf;
  -webkit-box-shadow: 1px 1px 3px 2px #4674bf;
  box-shadow:         1px 1px 3px 2px #4674bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,116,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4674bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4674bf;
  -webkit-box-shadow: 1px 1px 3px 2px #4674bf;
  box-shadow:         1px 1px 3px 2px #4674bf;">
Div content here</div>

This div box has shadow with color #4674bf


Comments

No comments written yet.

Please login to write comment.