Color Hex Logo

#474bdd Color Hex

#474BDD
(71,75,221)
0 Favorites   0 Comments

Color spaces of #474bdd

RGB 7175221
HSL0.660.690.57
HSV238°68°87°
CMYK 0.680.660.00   0.13
XYZ18.165811.592269.6867
Yxy11.59220.18270.1166
Hunter Lab34.047335.6551-97.5193
CIE-Lab40.560544.2155-74.8380

#474bdd color RGB value is (71,75,221).

#474bdd hex color red value is 71, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #474bdd hue: 0.66 , saturation: 0.69 and the lightness value of 474bdd is 0.57.

The process color (four color CMYK) of #474bdd color hex is 0.68, 0.66, 0.00, 0.13. Web safe color of #474bdd is #3333cc. Color #474bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001011 11011101
Octal 107 113 335
Decimal 71 75 221
Hex 47 4B DD

RGB Percentages of Color #474bdd

%19.35
%20.44
%60.22

CMYK Percentages of Color #474bdd

%68
%66
%0
%13

Triadic Colors of #474bdd

#474bdd #dd474b #4bdd47

Analogous Colors of #474bdd

#474bdd #8e47dd #4796dd

Monochromatic Colors of #474bdd

#474bdd

Complementary Color

#474bdd #ddd947

#474bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#474bdd Color CSS Codes

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

#474bdd Text Font Color

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

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


#474bdd Background Color

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

This div background color is #474bdd


#474bdd Border Color

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

This div border color is #474bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474bdd


Comments

No comments written yet.

Please login to write comment.