#495292

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

Shades of Governor Bay #495292

Tints of Governor Bay #495292

Color information

#495292 (or 0x495292) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 92. RGB value is (73,82,146). Sum of RGB (Red+Green+Blue) = 73+82+146=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #495292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495292 is #B6AD6D. Grayscale: #565656. Windows color (decimal): -11971950 or 9589321. OLE color: 9589321.

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

Color convert

RGB7382146-
CMYK0.50.4400.43
HSL232.6º33.33%42.94%-
HSV(B)232.6º50%57.25%-
XYZ10.959.5328.46-
YUV86.6161.52118.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=24.25%
G=27.24%
B=48.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73821460.50.4400.43232.633.3342.94
Hex495292322C02Be9212b
Octal11112222262540533514153
Binary1001001101001010010010110010101100010101111101001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495292; }

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

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

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

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

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

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

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

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