#49518A

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

Shades of Governor Bay #49518A

Tints of Governor Bay #49518A

Color information

#49518A (or 0x49518A) is unknown color: approx Governor Bay. HEX triplet: 49, 51 and 8A. RGB value is (73,81,138). Sum of RGB (Red+Green+Blue) = 73+81+138=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #49518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49518A is #B6AE75. Grayscale: #545454. Windows color (decimal): -11972214 or 9064777. OLE color: 9064777.

HSL color Cylindrical-coordinate representation of color #49518A: hue angle of 232.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49518A is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7381138-
CMYK0.470.4100.46
HSL232.62º30.81%41.37%-
HSV(B)232.62º47.1%54.12%-
XYZ10.289.1425.27-
YUV85.11157.85119.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=25%
G=27.74%
B=47.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73811380.470.4100.46232.6230.8141.37
Hex49518A2F2902Ee91f29
Octal11112121257510563513751
Binary100100110100011000101010111110100101011101110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49518A; }

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

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

<style>
 a { background-color: #49518A; }

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

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

<style>
 span { border-color: #49518A; }

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

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