Color Hex Logo

#4674bc Color Hex

#4674BC
(70,116,188)
0 Favorites   0 Comments

Color spaces of #4674bc

RGB 70116188
HSL0.600.470.51
HSV217°63°74°
CMYK 0.630.380.00   0.26
XYZ17.848317.423749.9994
Yxy17.42370.20930.2043
Hunter Lab41.74173.2767-41.8001
CIE-Lab48.78957.0578-42.5936

#4674bc color RGB value is (70,116,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110100 10111100
Octal 106 164 274
Decimal 70 116 188
Hex 46 74 BC

RGB Percentages of Color #4674bc

%18.72
%31.02
%50.27

CMYK Percentages of Color #4674bc

%63
%38
%0
%26

Triadic Colors of #4674bc

#4674bc #bc4674 #74bc46

Analogous Colors of #4674bc

#4674bc #5346bc #46afbc

Monochromatic Colors of #4674bc

#4674bc

Complementary Color

#4674bc #bc8e46

#4674bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4674bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4674bc Color CSS Codes

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

#4674bc Text Font Color

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

This sample text font color is #4674bc
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.


#4674bc Background Color

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

This div background color is #4674bc


#4674bc Border Color

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

This div border color is #4674bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4674bc


Comments

No comments written yet.

Please login to write comment.