#49539C

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

Shades of Governor Bay #49539C

Tints of Governor Bay #49539C

Color information

#49539C (or 0x49539C) is unknown color: approx Governor Bay. HEX triplet: 49, 53 and 9C. RGB value is (73,83,156). Sum of RGB (Red+Green+Blue) = 73+83+156=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #49539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49539C is #B6AC63. Grayscale: #585858. Windows color (decimal): -11971684 or 10244937. OLE color: 10244937.

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

Color convert

RGB7383156-
CMYK0.530.4700.39
HSL232.77º36.24%44.9%-
HSV(B)232.77º53.21%61.18%-
XYZ11.841032.76-
YUV88.33166.19117.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 156 (61.33% from 255) = 50%
R=23.40%
G=26.60%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73831560.530.4700.39232.7736.2444.9
Hex49539C352F027e9242d
Octal11112323465570473514455
Binary1001001101001110011100110101101111010011111101001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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