#474BB2

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

Shades of Rich Blue #474BB2

Tints of Rich Blue #474BB2

Color information

#474BB2 (or 0x474BB2) is unknown color: approx Rich Blue. HEX triplet: 47, 4B and B2. RGB value is (71,75,178). Sum of RGB (Red+Green+Blue) = 71+75+178=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #474BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474BB2 is #B8B44D. Grayscale: #555555. Windows color (decimal): -12104782 or 11684679. OLE color: 11684679.

HSL color Cylindrical-coordinate representation of color #474BB2: hue angle of 237.76º 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 #474BB2 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7175178-
CMYK0.600.5800.30
HSL237.76º42.97%48.82%-
HSV(B)237.76º60.11%69.8%-
XYZ13.159.5943.28-
YUV85.55180.17117.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 178 (69.92% from 255) = 54.94%
R=21.91%
G=23.15%
B=54.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71751780.600.5800.30237.7642.9748.82
Hex474BB23C3A01Eee2b31
Octal10711326274720363565361
Binary100011110010111011001011110011101001111011101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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