Color Hex Logo

#475cbd Color Hex

#475CBD
(71,92,189)
0 Favorites   0 Comments

Color spaces of #475cbd

RGB 7192189
HSL0.640.470.51
HSV229°62°74°
CMYK 0.620.510.00   0.26
XYZ15.611012.668049.7665
Yxy12.66800.20000.1623
Hunter Lab35.592116.0053-57.9874
CIE-Lab42.258722.7064-53.6137

#475cbd color RGB value is (71,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011100 10111101
Octal 107 134 275
Decimal 71 92 189
Hex 47 5C BD

RGB Percentages of Color #475cbd

%20.17
%26.14
%53.69

CMYK Percentages of Color #475cbd

%62
%51
%0
%26

Triadic Colors of #475cbd

#475cbd #bd475c #5cbd47

Analogous Colors of #475cbd

#475cbd #6d47bd #4797bd

Monochromatic Colors of #475cbd

#475cbd

Complementary Color

#475cbd #bda847

#475cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#475cbd Color CSS Codes

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

#475cbd Text Font Color

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

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


#475cbd Background Color

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

This div background color is #475cbd


#475cbd Border Color

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

This div border color is #475cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475cbd


Comments

No comments written yet.

Please login to write comment.