#475091

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

Shades of Governor Bay #475091

Tints of Governor Bay #475091

Color information

#475091 (or 0x475091) is unknown color: approx Governor Bay. HEX triplet: 47, 50 and 91. RGB value is (71,80,145). Sum of RGB (Red+Green+Blue) = 71+80+145=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #475091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475091 is #B8AF6E. Grayscale: #545454. Windows color (decimal): -12103535 or 9523271. OLE color: 9523271.

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

Color convert

RGB7180145-
CMYK0.510.4500.43
HSL232.7º34.26%42.35%-
HSV(B)232.7º51.03%56.86%-
XYZ10.589.1227.99-
YUV84.72162.02118.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=23.99%
G=27.03%
B=48.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71801450.510.4500.43232.734.2642.35
Hex475091332D02Be9222a
Octal10712022163550533514252
Binary1000111101000010010001110011101101010101111101001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475091; }

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

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

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

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

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

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

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

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