#49549E

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

Shades of Governor Bay #49549E

Tints of Governor Bay #49549E

Color information

#49549E (or 0x49549E) is unknown color: approx Governor Bay. HEX triplet: 49, 54 and 9E. RGB value is (73,84,158). Sum of RGB (Red+Green+Blue) = 73+84+158=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #49549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49549E is #B6AB61. Grayscale: #585858. Windows color (decimal): -11971426 or 10376265. OLE color: 10376265.

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

Color convert

RGB7384158-
CMYK0.540.4700.38
HSL232.24º36.8%45.29%-
HSV(B)232.24º53.8%61.96%-
XYZ12.0910.2333.68-
YUV89.15166.86116.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=23.17%
G=26.67%
B=50.16%

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
Decimal73841580.540.4700.38232.2436.845.29
Hex49549E362F026e8252d
Octal11112423666570463504555
Binary1001001101010010011110110110101111010011011101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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