#494D8A

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

Shades of Governor Bay #494D8A

Tints of Governor Bay #494D8A

Color information

#494D8A (or 0x494D8A) is unknown color: approx Governor Bay. HEX triplet: 49, 4D and 8A. RGB value is (73,77,138). Sum of RGB (Red+Green+Blue) = 73+77+138=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #494D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D8A is #B6B275. Grayscale: #525252. Windows color (decimal): -11973238 or 9063753. OLE color: 9063753.

HSL color Cylindrical-coordinate representation of color #494D8A: hue angle of 236.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494D8A is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7377138-
CMYK0.470.4400.46
HSL236.31º30.81%41.37%-
HSV(B)236.31º47.1%54.12%-
XYZ9.998.5625.17-
YUV82.76159.17121.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=25.35%
G=26.74%
B=47.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73771380.470.4400.46236.3130.8141.37
Hex494D8A2F2C02Eec1f29
Octal11111521257540563543751
Binary100100110011011000101010111110110001011101110110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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