#494D8C

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

Shades of Governor Bay #494D8C

Tints of Governor Bay #494D8C

Color information

#494D8C (or 0x494D8C) is unknown color: approx Governor Bay. HEX triplet: 49, 4D and 8C. RGB value is (73,77,140). Sum of RGB (Red+Green+Blue) = 73+77+140=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #494D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D8C is #B6B273. Grayscale: #525252. Windows color (decimal): -11973236 or 9194825. OLE color: 9194825.

HSL color Cylindrical-coordinate representation of color #494D8C: hue angle of 236.42º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494D8C is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7377140-
CMYK0.480.4500.45
HSL236.42º31.46%41.76%-
HSV(B)236.42º47.86%54.9%-
XYZ10.148.6225.94-
YUV82.99160.17120.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=25.17%
G=26.55%
B=48.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73771400.480.4500.45236.4231.4641.76
Hex494D8C302D02Dec1f2a
Octal11111521460550553543752
Binary100100110011011000110011000010110101011011110110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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