#49599B

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

Shades of Governor Bay #49599B

Tints of Governor Bay #49599B

Color information

#49599B (or 0x49599B) is unknown color: approx Governor Bay. HEX triplet: 49, 59 and 9B. RGB value is (73,89,155). Sum of RGB (Red+Green+Blue) = 73+89+155=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #49599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49599B is #B6A664. Grayscale: #5B5B5B. Windows color (decimal): -11970149 or 10180937. OLE color: 10180937.

HSL color Cylindrical-coordinate representation of color #49599B: hue angle of 228.29º 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 #49599B is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7389155-
CMYK0.530.4300.39
HSL228.29º35.96%44.71%-
HSV(B)228.29º52.9%60.78%-
XYZ12.2410.9332.47-
YUV91.74163.7114.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=23.03%
G=28.08%
B=48.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73891550.530.4300.39228.2935.9644.71
Hex49599B352B027e4242d
Octal11113123365530473444455
Binary1001001101100110011011110101101011010011111100100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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