#49519D

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

Shades of Governor Bay #49519D

Tints of Governor Bay #49519D

Color information

#49519D (or 0x49519D) is unknown color: approx Governor Bay. HEX triplet: 49, 51 and 9D. RGB value is (73,81,157). Sum of RGB (Red+Green+Blue) = 73+81+157=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #49519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49519D is #B6AE62. Grayscale: #565656. Windows color (decimal): -11972195 or 10309961. OLE color: 10309961.

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

Color convert

RGB7381157-
CMYK0.540.4800.38
HSL234.29º36.52%45.1%-
HSV(B)234.29º53.5%61.57%-
XYZ11.789.7433.16-
YUV87.27167.35117.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=23.47%
G=26.05%
B=50.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73811570.540.4800.38234.2936.5245.1
Hex49519D3630026ea252d
Octal11112123566600463524555
Binary1001001101000110011101110110110000010011011101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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