Color Hex Logo

#474abd Color Hex

#474ABD
(71,74,189)
0 Favorites   0 Comments

Color spaces of #474abd

RGB 7174189
HSL0.660.470.51
HSV238°62°74°
CMYK 0.620.610.00   0.26
XYZ14.23269.911349.3070
Yxy9.91130.19380.1349
Hunter Lab31.482225.6031-70.8216
CIE-Lab37.682834.1215-61.0276

#474abd color RGB value is (71,74,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 10111101
Octal 107 112 275
Decimal 71 74 189
Hex 47 4A BD

RGB Percentages of Color #474abd

%21.26
%22.16
%56.59

CMYK Percentages of Color #474abd

%62
%61
%0
%26

Triadic Colors of #474abd

#474abd #bd474a #4abd47

Analogous Colors of #474abd

#474abd #7f47bd #4785bd

Monochromatic Colors of #474abd

#474abd

Complementary Color

#474abd #bdba47

#474abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#474abd Color CSS Codes

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

#474abd Text Font Color

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

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


#474abd Background Color

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

This div background color is #474abd


#474abd Border Color

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

This div border color is #474abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,74,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 #474abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474abd


Comments

No comments written yet.

Please login to write comment.