#494E92

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

Shades of Governor Bay #494E92

Tints of Governor Bay #494E92

Color information

#494E92 (or 0x494E92) is unknown color: approx Governor Bay. HEX triplet: 49, 4E and 92. RGB value is (73,78,146). Sum of RGB (Red+Green+Blue) = 73+78+146=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #494E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E92 is #B6B16D. Grayscale: #535353. Windows color (decimal): -11972974 or 9588297. OLE color: 9588297.

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

Color convert

RGB7378146-
CMYK0.50.4700.43
HSL235.89º33.33%42.94%-
HSV(B)235.89º50%57.25%-
XYZ10.668.9428.36-
YUV84.26162.84119.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=24.58%
G=26.26%
B=49.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73781460.50.4700.43235.8933.3342.94
Hex494E92322F02Bec212b
Octal11111622262570533544153
Binary1001001100111010010010110010101111010101111101100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E92; }

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

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

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

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

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

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

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

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