#494B92

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

Shades of Governor Bay #494B92

Tints of Governor Bay #494B92

Color information

#494B92 (or 0x494B92) is unknown color: approx Governor Bay. HEX triplet: 49, 4B and 92. RGB value is (73,75,146). Sum of RGB (Red+Green+Blue) = 73+75+146=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #494B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B92 is #B6B46D. Grayscale: #525252. Windows color (decimal): -11973742 or 9587529. OLE color: 9587529.

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

Color convert

RGB7375146-
CMYK0.50.4900.43
HSL238.36º33.33%42.94%-
HSV(B)238.36º50%57.25%-
XYZ10.458.5228.29-
YUV82.5163.84121.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=24.83%
G=25.51%
B=49.66%

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
Decimal73751460.50.4900.43238.3633.3342.94
Hex494B92323102Bee212b
Octal11111322262610533564153
Binary1001001100101110010010110010110001010101111101110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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