Color Hex Logo

#474abb Color Hex

#474ABB
(71,74,187)
0 Favorites   0 Comments

Color spaces of #474abb

RGB 7174187
HSL0.660.460.51
HSV238°62°73°
CMYK 0.620.600.00   0.27
XYZ14.01709.825048.1714
Yxy9.82500.19460.1364
Hunter Lab31.344924.9693-69.1767
CIE-Lab37.526533.4475-60.1088

#474abb color RGB value is (71,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 10111011
Octal 107 112 273
Decimal 71 74 187
Hex 47 4A BB

RGB Percentages of Color #474abb

%21.39
%22.29
%56.33

CMYK Percentages of Color #474abb

%62
%60
%0
%27

Triadic Colors of #474abb

#474abb #bb474a #4abb47

Analogous Colors of #474abb

#474abb #7e47bb #4784bb

Monochromatic Colors of #474abb

#474abb

Complementary Color

#474abb #bbb847

#474abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#474abb Color CSS Codes

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

#474abb Text Font Color

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

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


#474abb Background Color

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

This div background color is #474abb


#474abb Border Color

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

This div border color is #474abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474abb


Comments

No comments written yet.

Please login to write comment.