Color Hex Logo

#474cbd Color Hex

#474CBD
(71,76,189)
0 Favorites   0 Comments

Color spaces of #474cbd

RGB 7176189
HSL0.660.470.51
HSV237°62°74°
CMYK 0.620.600.00   0.26
XYZ14.368310.182649.3523
Yxy10.18260.19440.1378
Hunter Lab31.910224.5309-69.3608
CIE-Lab38.168232.8703-60.2377

#474cbd color RGB value is (71,76,189).

#474cbd hex color red value is 71, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #474cbd hue: 0.66 , saturation: 0.47 and the lightness value of 474cbd is 0.51.

The process color (four color CMYK) of #474cbd color hex is 0.62, 0.60, 0.00, 0.26. Web safe color of #474cbd is #3333cc. Color #474cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001100 10111101
Octal 107 114 275
Decimal 71 76 189
Hex 47 4C BD

RGB Percentages of Color #474cbd

%21.13
%22.62
%56.25

CMYK Percentages of Color #474cbd

%62
%60
%0
%26

Triadic Colors of #474cbd

#474cbd #bd474c #4cbd47

Analogous Colors of #474cbd

#474cbd #7d47bd #4787bd

Monochromatic Colors of #474cbd

#474cbd

Complementary Color

#474cbd #bdb847

#474cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#474cbd Color CSS Codes

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

#474cbd Text Font Color

<p style="color:#474cbd">Text here</p>

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


#474cbd Background Color

<div style="background-color:#474cbd">
Div content here</div>

This div background color is #474cbd


#474cbd Border Color

<div style="border:3px solid #474cbd">
Div here</div>

This div border color is #474cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,76,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #474cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #474cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #474cbd;
  box-shadow:         1px 1px 3px 2px #474cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,76,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474cbd


Comments

No comments written yet.

Please login to write comment.