#49599D

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

Shades of Governor Bay #49599D

Tints of Governor Bay #49599D

Color information

#49599D (or 0x49599D) is unknown color: approx Governor Bay. HEX triplet: 49, 59 and 9D. RGB value is (73,89,157). Sum of RGB (Red+Green+Blue) = 73+89+157=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #49599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49599D is #B6A662. Grayscale: #5B5B5B. Windows color (decimal): -11970147 or 10312009. OLE color: 10312009.

HSL color Cylindrical-coordinate representation of color #49599D: hue angle of 228.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49599D is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7389157-
CMYK0.540.4300.38
HSL228.57º36.52%45.1%-
HSV(B)228.57º53.5%61.57%-
XYZ12.411133.37-
YUV91.97164.7114.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=22.88%
G=27.90%
B=49.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73891570.540.4300.38228.5736.5245.1
Hex49599D362B026e5252d
Octal11113123566530463454555
Binary1001001101100110011101110110101011010011011100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49599D; }

 p { color: rgb(73,89,157); }

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

<style>
 a { background-color: #49599D; }

 a { background-color: rgb(73,89,157); }

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

<style>
 span { border-color: #49599D; }

 span { border-color: rgb(73,89,157); }

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