#495099

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

Shades of Governor Bay #495099

Tints of Governor Bay #495099

Color information

#495099 (or 0x495099) is unknown color: approx Governor Bay. HEX triplet: 49, 50 and 99. RGB value is (73,80,153). Sum of RGB (Red+Green+Blue) = 73+80+153=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #495099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495099 is #B6AF66. Grayscale: #555555. Windows color (decimal): -11972455 or 10047561. OLE color: 10047561.

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

Color convert

RGB7380153-
CMYK0.520.4800.4
HSL234.75º35.4%44.31%-
HSV(B)234.75º52.29%60%-
XYZ11.379.4531.36-
YUV86.23165.68118.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 153 (60.16% from 255) = 50%
R=23.86%
G=26.14%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal73801530.520.4800.4234.7535.444.31
Hex4950993430028eb232c
Octal11112023164600503534354
Binary1001001101000010011001110100110000010100011101011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495099; }

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

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

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

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

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

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

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

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