#49539E

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

Shades of Governor Bay #49539E

Tints of Governor Bay #49539E

Color information

#49539E (or 0x49539E) is unknown color: approx Governor Bay. HEX triplet: 49, 53 and 9E. RGB value is (73,83,158). Sum of RGB (Red+Green+Blue) = 73+83+158=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #49539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49539E is #B6AC61. Grayscale: #585858. Windows color (decimal): -11971682 or 10376009. OLE color: 10376009.

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

Color convert

RGB7383158-
CMYK0.540.4700.38
HSL232.94º36.8%45.29%-
HSV(B)232.94º53.8%61.96%-
XYZ12.0110.0733.66-
YUV88.56167.19116.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=23.25%
G=26.43%
B=50.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73831580.540.4700.38232.9436.845.29
Hex49539E362F026e9252d
Octal11112323666570463514555
Binary1001001101001110011110110110101111010011011101001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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