#495192

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

Shades of Governor Bay #495192

Tints of Governor Bay #495192

Color information

#495192 (or 0x495192) is unknown color: approx Governor Bay. HEX triplet: 49, 51 and 92. RGB value is (73,81,146). Sum of RGB (Red+Green+Blue) = 73+81+146=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #495192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495192 is #B6AE6D. Grayscale: #555555. Windows color (decimal): -11972206 or 9589065. OLE color: 9589065.

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

Color convert

RGB7381146-
CMYK0.50.4500.43
HSL233.42º33.33%42.94%-
HSV(B)233.42º50%57.25%-
XYZ10.889.3828.43-
YUV86.02161.85118.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=24.33%
G=27%
B=48.67%

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
Decimal73811460.50.4500.43233.4233.3342.94
Hex495192322D02Be9212b
Octal11112122262550533514153
Binary1001001101000110010010110010101101010101111101001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495192; }

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

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

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

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

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

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

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

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