#474DB2

Color #474DB2 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #474DB2

Tints of Rich Blue #474DB2

Color information

#474DB2 (or 0x474DB2) is unknown color: approx Rich Blue. HEX triplet: 47, 4D and B2. RGB value is (71,77,178). Sum of RGB (Red+Green+Blue) = 71+77+178=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #474DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474DB2 is #B8B24D. Grayscale: #565656. Windows color (decimal): -12104270 or 11685191. OLE color: 11685191.

HSL color Cylindrical-coordinate representation of color #474DB2: hue angle of 236.64º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #474DB2 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7177178-
CMYK0.600.5700.30
HSL236.64º42.97%48.82%-
HSV(B)236.64º60.11%69.8%-
XYZ13.299.8643.32-
YUV86.72179.51116.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 178 (69.92% from 255) = 54.60%
R=21.78%
G=23.62%
B=54.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71771780.600.5700.30236.6442.9748.82
Hex474DB23C3901Eed2b31
Octal10711526274710363555361
Binary100011110011011011001011110011100101111011101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474DB2; }

 p { color: rgb(71,77,178); }

 H1.HeaderClassName
 {
   color: #474DB2;
 }
 .AnyTagClassName
 {
   color: #474DB2;
 }
</style>
background-color css

<style>
 a { background-color: #474DB2; }

 a { background-color: rgb(71,77,178); }

 div.DivClassName
 {
   background-color: #474DB2;
 }
 .BgClassName
 {
   background-color: #474DB2;
 }
</style>
border-color css

<style>
 span { border-color: #474DB2; }

 span { border-color: rgb(71,77,178); }

 td.TdClassName
 {
   border-color: #474DB2;
 }
 .TagClassName
 {
   border-color: #474DB2;
 }
</style>