#475891

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

Shades of Governor Bay #475891

Tints of Governor Bay #475891

Color information

#475891 (or 0x475891) is unknown color: approx Governor Bay. HEX triplet: 47, 58 and 91. RGB value is (71,88,145). Sum of RGB (Red+Green+Blue) = 71+88+145=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #475891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475891 is #B8A76E. Grayscale: #595959. Windows color (decimal): -12101487 or 9525319. OLE color: 9525319.

HSL color Cylindrical-coordinate representation of color #475891: hue angle of 226.22º 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 #475891 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7188145-
CMYK0.510.3900.43
HSL226.22º34.26%42.35%-
HSV(B)226.22º51.03%56.86%-
XYZ11.210.3628.2-
YUV89.42159.37114.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=23.36%
G=28.95%
B=47.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71881450.510.3900.43226.2234.2642.35
Hex475891332702Be2222a
Octal10713022163470533424252
Binary1000111101100010010001110011100111010101111100010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475891; }

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

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

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

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

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

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

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

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