#494D90

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

Shades of Governor Bay #494D90

Tints of Governor Bay #494D90

Color information

#494D90 (or 0x494D90) is unknown color: approx Governor Bay. HEX triplet: 49, 4D and 90. RGB value is (73,77,144). Sum of RGB (Red+Green+Blue) = 73+77+144=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #494D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D90 is #B6B26F. Grayscale: #535353. Windows color (decimal): -11973232 or 9456969. OLE color: 9456969.

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

Color convert

RGB7377144-
CMYK0.490.4700.44
HSL236.62º32.72%42.55%-
HSV(B)236.62º49.31%56.47%-
XYZ10.448.7427.52-
YUV83.44162.17120.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 77 (30.47% from 255) = 26.19%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=24.83%
G=26.19%
B=48.98%

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
Decimal73771440.490.4700.44236.6232.7242.55
Hex494D90312F02Ced212b
Octal11111522061570543554153
Binary1001001100110110010000110001101111010110011101101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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