#495092

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

Shades of Governor Bay #495092

Tints of Governor Bay #495092

Color information

#495092 (or 0x495092) is unknown color: approx Governor Bay. HEX triplet: 49, 50 and 92. RGB value is (73,80,146). Sum of RGB (Red+Green+Blue) = 73+80+146=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #495092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495092 is #B6AF6D. Grayscale: #555555. Windows color (decimal): -11972462 or 9588809. OLE color: 9588809.

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

Color convert

RGB7380146-
CMYK0.50.4500.43
HSL234.25º33.33%42.94%-
HSV(B)234.25º50%57.25%-
XYZ10.89.2328.41-
YUV85.43162.18119.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=24.41%
G=26.76%
B=48.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73801460.50.4500.43234.2533.3342.94
Hex495092322D02Bea212b
Octal11112022262550533524153
Binary1001001101000010010010110010101101010101111101010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495092; }

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

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

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

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

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

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

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

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