#49529C

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

Shades of Governor Bay #49529C

Tints of Governor Bay #49529C

Color information

#49529C (or 0x49529C) is unknown color: approx Governor Bay. HEX triplet: 49, 52 and 9C. RGB value is (73,82,156). Sum of RGB (Red+Green+Blue) = 73+82+156=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #49529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49529C is #B6AD63. Grayscale: #575757. Windows color (decimal): -11971940 or 10244681. OLE color: 10244681.

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

Color convert

RGB7382156-
CMYK0.530.4700.39
HSL233.49º36.24%44.9%-
HSV(B)233.49º53.21%61.18%-
XYZ11.779.8532.73-
YUV87.74166.52117.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=23.47%
G=26.37%
B=50.16%

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
Decimal73821560.530.4700.39233.4936.2444.9
Hex49529C352F027e9242d
Octal11112223465570473514455
Binary1001001101001010011100110101101111010011111101001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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