#495999

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

Shades of Governor Bay #495999

Tints of Governor Bay #495999

Color information

#495999 (or 0x495999) is unknown color: approx Governor Bay. HEX triplet: 49, 59 and 99. RGB value is (73,89,153). Sum of RGB (Red+Green+Blue) = 73+89+153=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #495999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495999 is #B6A666. Grayscale: #5B5B5B. Windows color (decimal): -11970151 or 10049865. OLE color: 10049865.

HSL color Cylindrical-coordinate representation of color #495999: hue angle of 228º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #495999 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7389153-
CMYK0.520.4200.4
HSL228º35.4%44.31%-
HSV(B)228º52.29%60%-
XYZ12.0710.8631.6-
YUV91.51162.7114.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=23.17%
G=28.25%
B=48.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73891530.520.4200.422835.444.31
Hex495999342A028e4232c
Octal11113123164520503444354
Binary1001001101100110011001110100101010010100011100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495999; }

 p { color: rgb(73,89,153); }

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

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

 a { background-color: rgb(73,89,153); }

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

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

 span { border-color: rgb(73,89,153); }

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