Color Hex Logo

#475abb Color Hex

#475ABB
(71,90,187)
0 Favorites   0 Comments

Color spaces of #475abb

RGB 7190187
HSL0.640.460.51
HSV230°62°73°
CMYK 0.620.520.00   0.27
XYZ15.224312.239848.5738
Yxy12.23980.20020.1610
Hunter Lab34.985416.4518-57.8285
CIE-Lab41.594723.2884-53.5177

#475abb color RGB value is (71,90,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011010 10111011
Octal 107 132 273
Decimal 71 90 187
Hex 47 5A BB

RGB Percentages of Color #475abb

%20.40
%25.86
%53.74

CMYK Percentages of Color #475abb

%62
%52
%0
%27

Triadic Colors of #475abb

#475abb #bb475a #5abb47

Analogous Colors of #475abb

#475abb #6e47bb #4794bb

Monochromatic Colors of #475abb

#475abb

Complementary Color

#475abb #bba847

#475abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#475abb Color CSS Codes

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

#475abb Text Font Color

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

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


#475abb Background Color

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

This div background color is #475abb


#475abb Border Color

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

This div border color is #475abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475abb


Comments

No comments written yet.

Please login to write comment.