#474DB1

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

Shades of Rich Blue #474DB1

Tints of Rich Blue #474DB1

Color information

#474DB1 (or 0x474DB1) is unknown color: approx Rich Blue. HEX triplet: 47, 4D and B1. RGB value is (71,77,177). Sum of RGB (Red+Green+Blue) = 71+77+177=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #474DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474DB1 is #B8B24E. Grayscale: #565656. Windows color (decimal): -12104271 or 11619655. OLE color: 11619655.

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

Color convert

RGB7177177-
CMYK0.600.5600.31
HSL236.6º42.74%48.63%-
HSV(B)236.6º59.89%69.41%-
XYZ13.199.8242.8-
YUV86.61179.01116.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 177 (69.53% from 255) = 54.46%
R=21.85%
G=23.69%
B=54.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71771770.600.5600.31236.642.7448.63
Hex474DB13C3801Fed2b31
Octal10711526174700373555361
Binary100011110011011011000111110011100001111111101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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