#49528C

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

Shades of Governor Bay #49528C

Tints of Governor Bay #49528C

Color information

#49528C (or 0x49528C) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 8C. RGB value is (73,82,140). Sum of RGB (Red+Green+Blue) = 73+82+140=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #49528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49528C is #B6AD73. Grayscale: #555555. Windows color (decimal): -11971956 or 9196105. OLE color: 9196105.

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

Color convert

RGB7382140-
CMYK0.480.4100.45
HSL231.94º31.46%41.76%-
HSV(B)231.94º47.86%54.9%-
XYZ10.59.3426.06-
YUV85.92158.52118.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=24.75%
G=27.80%
B=47.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73821400.480.4100.45231.9431.4641.76
Hex49528C302902De81f2a
Octal11112221460510553503752
Binary100100110100101000110011000010100101011011110100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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