#495992

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

Shades of Governor Bay #495992

Tints of Governor Bay #495992

Color information

#495992 (or 0x495992) is unknown color: approx Governor Bay. HEX triplet: 49, 59 and 92. RGB value is (73,89,146). Sum of RGB (Red+Green+Blue) = 73+89+146=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #495992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495992 is #B6A66D. Grayscale: #5A5A5A. Windows color (decimal): -11970158 or 9591113. OLE color: 9591113.

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

Color convert

RGB7389146-
CMYK0.50.3900.43
HSL226.85º33.33%42.94%-
HSV(B)226.85º50%57.25%-
XYZ11.5110.6428.64-
YUV90.71159.2115.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=23.70%
G=28.90%
B=47.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73891460.50.3900.43226.8533.3342.94
Hex495992322702Be3212b
Octal11113122262470533434153
Binary1001001101100110010010110010100111010101111100011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495992; }

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

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

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

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

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

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

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

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