#49519B

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

Shades of Governor Bay #49519B

Tints of Governor Bay #49519B

Color information

#49519B (or 0x49519B) is unknown color: approx Governor Bay. HEX triplet: 49, 51 and 9B. RGB value is (73,81,155). Sum of RGB (Red+Green+Blue) = 73+81+155=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #49519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49519B is #B6AE64. Grayscale: #565656. Windows color (decimal): -11972197 or 10178889. OLE color: 10178889.

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

Color convert

RGB7381155-
CMYK0.530.4800.39
HSL234.15º35.96%44.71%-
HSV(B)234.15º52.9%60.78%-
XYZ11.619.6732.26-
YUV87.04166.35117.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=23.62%
G=26.21%
B=50.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73811550.530.4800.39234.1535.9644.71
Hex49519B3530027ea242d
Octal11112123365600473524455
Binary1001001101000110011011110101110000010011111101010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49519B; }

 p { color: rgb(73,81,155); }

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

<style>
 a { background-color: #49519B; }

 a { background-color: rgb(73,81,155); }

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

<style>
 span { border-color: #49519B; }

 span { border-color: rgb(73,81,155); }

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