#49579C

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

Shades of Governor Bay #49579C

Tints of Governor Bay #49579C

Color information

#49579C (or 0x49579C) is unknown color: approx Governor Bay. HEX triplet: 49, 57 and 9C. RGB value is (73,87,156). Sum of RGB (Red+Green+Blue) = 73+87+156=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #49579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49579C is #B6A863. Grayscale: #5A5A5A. Windows color (decimal): -11970660 or 10245961. OLE color: 10245961.

HSL color Cylindrical-coordinate representation of color #49579C: hue angle of 229.88º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49579C is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7387156-
CMYK0.530.4400.39
HSL229.88º36.24%44.9%-
HSV(B)229.88º53.21%61.18%-
XYZ12.1610.6332.86-
YUV90.68164.86115.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 156 (61.33% from 255) = 49.37%
R=23.10%
G=27.53%
B=49.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73871560.530.4400.39229.8836.2444.9
Hex49579C352C027e6242d
Octal11112723465540473464455
Binary1001001101011110011100110101101100010011111100110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49579C; }

 p { color: rgb(73,87,156); }

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

<style>
 a { background-color: #49579C; }

 a { background-color: rgb(73,87,156); }

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

<style>
 span { border-color: #49579C; }

 span { border-color: rgb(73,87,156); }

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