#494A92

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

Shades of Governor Bay #494A92

Tints of Governor Bay #494A92

Color information

#494A92 (or 0x494A92) is unknown color: approx Governor Bay. HEX triplet: 49, 4A and 92. RGB value is (73,74,146). Sum of RGB (Red+Green+Blue) = 73+74+146=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #494A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A92 is #B6B56D. Grayscale: #515151. Windows color (decimal): -11973998 or 9587273. OLE color: 9587273.

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

Color convert

RGB7374146-
CMYK0.50.4900.43
HSL239.18º33.33%42.94%-
HSV(B)239.18º50%57.25%-
XYZ10.388.3928.27-
YUV81.91164.17121.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=24.91%
G=25.26%
B=49.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73741460.50.4900.43239.1833.3342.94
Hex494A92323102Bef212b
Octal11111222262610533574153
Binary1001001100101010010010110010110001010101111101111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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