#494C90

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

Shades of Governor Bay #494C90

Tints of Governor Bay #494C90

Color information

#494C90 (or 0x494C90) is unknown color: approx Governor Bay. HEX triplet: 49, 4C and 90. RGB value is (73,76,144). Sum of RGB (Red+Green+Blue) = 73+76+144=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #494C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C90 is #B6B36F. Grayscale: #525252. Windows color (decimal): -11973488 or 9456713. OLE color: 9456713.

HSL color Cylindrical-coordinate representation of color #494C90: hue angle of 237.46º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494C90 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7376144-
CMYK0.490.4700.44
HSL237.46º32.72%42.55%-
HSV(B)237.46º49.31%56.47%-
XYZ10.378.627.5-
YUV82.85162.51120.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=24.91%
G=25.94%
B=49.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73761440.490.4700.44237.4632.7242.55
Hex494C90312F02Ced212b
Octal11111422061570543554153
Binary1001001100110010010000110001101111010110011101101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,76,144); }

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

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

 a { background-color: rgb(73,76,144); }

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

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

 span { border-color: rgb(73,76,144); }

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