#495799

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

Shades of Governor Bay #495799

Tints of Governor Bay #495799

Color information

#495799 (or 0x495799) is unknown color: approx Governor Bay. HEX triplet: 49, 57 and 99. RGB value is (73,87,153). Sum of RGB (Red+Green+Blue) = 73+87+153=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #495799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495799 is #B6A866. Grayscale: #5A5A5A. Windows color (decimal): -11970663 or 10049353. OLE color: 10049353.

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

Color convert

RGB7387153-
CMYK0.520.4300.4
HSL229.5º35.4%44.31%-
HSV(B)229.5º52.29%60%-
XYZ11.9110.5331.54-
YUV90.34163.36115.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=23.32%
G=27.80%
B=48.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73871530.520.4300.4229.535.444.31
Hex495799342B028e6232c
Octal11112723164530503464354
Binary1001001101011110011001110100101011010100011100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495799; }

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

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

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

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

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

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

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

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