#495399

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

Shades of Governor Bay #495399

Tints of Governor Bay #495399

Color information

#495399 (or 0x495399) is unknown color: approx Governor Bay. HEX triplet: 49, 53 and 99. RGB value is (73,83,153). Sum of RGB (Red+Green+Blue) = 73+83+153=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #495399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495399 is #B6AC66. Grayscale: #575757. Windows color (decimal): -11971687 or 10048329. OLE color: 10048329.

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

Color convert

RGB7383153-
CMYK0.520.4600.4
HSL232.5º35.4%44.31%-
HSV(B)232.5º52.29%60%-
XYZ11.599.931.44-
YUV87.99164.69117.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=23.62%
G=26.86%
B=49.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73831530.520.4600.4232.535.444.31
Hex495399342E028e8232c
Octal11112323164560503504354
Binary1001001101001110011001110100101110010100011101000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495399; }

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

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

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

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

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

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

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

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