#495691

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

Shades of Governor Bay #495691

Tints of Governor Bay #495691

Color information

#495691 (or 0x495691) is unknown color: approx Governor Bay. HEX triplet: 49, 56 and 91. RGB value is (73,86,145). Sum of RGB (Red+Green+Blue) = 73+86+145=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 86 (33.98% from 255 or 28.29% 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 #495691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495691 is #B6A96E. Grayscale: #585858. Windows color (decimal): -11970927 or 9524809. OLE color: 9524809.

HSL color Cylindrical-coordinate representation of color #495691: hue angle of 229.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #495691 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7386145-
CMYK0.500.4100.43
HSL229.17º33.03%42.75%-
HSV(B)229.17º49.66%56.86%-
XYZ11.1910.1228.15-
YUV88.84159.69116.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=24.01%
G=28.29%
B=47.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73861450.500.4100.43229.1733.0342.75
Hex495691322902Be5212b
Octal11112622162510533454153
Binary1001001101011010010001110010101001010101111100101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495691; }

 p { color: rgb(73,86,145); }

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

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

 a { background-color: rgb(73,86,145); }

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

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

 span { border-color: rgb(73,86,145); }

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