#494E8C

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

Shades of Governor Bay #494E8C

Tints of Governor Bay #494E8C

Color information

#494E8C (or 0x494E8C) is unknown color: approx Governor Bay. HEX triplet: 49, 4E and 8C. RGB value is (73,78,140). Sum of RGB (Red+Green+Blue) = 73+78+140=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #494E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494E8C is #B6B173. Grayscale: #535353. Windows color (decimal): -11972980 or 9195081. OLE color: 9195081.

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

Color convert

RGB7378140-
CMYK0.480.4400.45
HSL235.52º31.46%41.76%-
HSV(B)235.52º47.86%54.9%-
XYZ10.218.7625.96-
YUV83.57159.84120.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=25.09%
G=26.80%
B=48.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73781400.480.4400.45235.5231.4641.76
Hex494E8C302C02Dec1f2a
Octal11111621460540553543752
Binary100100110011101000110011000010110001011011110110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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