#474BB0

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

Shades of Rich Blue #474BB0

Tints of Rich Blue #474BB0

Color information

#474BB0 (or 0x474BB0) is unknown color: approx Rich Blue. HEX triplet: 47, 4B and B0. RGB value is (71,75,176). Sum of RGB (Red+Green+Blue) = 71+75+176=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #474BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474BB0 is #B8B44F. Grayscale: #545454. Windows color (decimal): -12104784 or 11553607. OLE color: 11553607.

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

Color convert

RGB7175176-
CMYK0.600.5700.31
HSL237.71º42.51%48.43%-
HSV(B)237.71º59.66%69.02%-
XYZ12.959.5142.23-
YUV85.32179.17117.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 176 (69.14% from 255) = 54.66%
R=22.05%
G=23.29%
B=54.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71751760.600.5700.31237.7142.5148.43
Hex474BB03C3901Fee2b30
Octal10711326074710373565360
Binary100011110010111011000011110011100101111111101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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