#474B91

Color #474B91 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #474B91

Tints of Governor Bay #474B91

Color information

#474B91 (or 0x474B91) is unknown color: approx Governor Bay. HEX triplet: 47, 4B and 91. RGB value is (71,75,145). Sum of RGB (Red+Green+Blue) = 71+75+145=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #474B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B91 is #B8B46E. Grayscale: #515151. Windows color (decimal): -12104815 or 9521991. OLE color: 9521991.

HSL color Cylindrical-coordinate representation of color #474B91: hue angle of 236.76º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474B91 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7175145-
CMYK0.510.4800.43
HSL236.76º34.26%42.35%-
HSV(B)236.76º51.03%56.86%-
XYZ10.238.4227.87-
YUV81.78163.67120.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 75 (29.69% from 255) = 25.77%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=24.40%
G=25.77%
B=49.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71751450.510.4800.43236.7634.2642.35
Hex474B91333002Bed222a
Octal10711322163600533554252
Binary1000111100101110010001110011110000010101111101101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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