#49508B

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

Shades of Governor Bay #49508B

Tints of Governor Bay #49508B

Color information

#49508B (or 0x49508B) is unknown color: approx Governor Bay. HEX triplet: 49, 50 and 8B. RGB value is (73,80,139). Sum of RGB (Red+Green+Blue) = 73+80+139=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #49508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49508B is #B6AF74. Grayscale: #545454. Windows color (decimal): -11972469 or 9130057. OLE color: 9130057.

HSL color Cylindrical-coordinate representation of color #49508B: hue angle of 233.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49508B is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7380139-
CMYK0.470.4200.45
HSL233.64º31.13%41.57%-
HSV(B)233.64º47.48%54.51%-
XYZ10.289.0225.63-
YUV84.63158.68119.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=25%
G=27.40%
B=47.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73801390.470.4200.45233.6431.1341.57
Hex49508B2F2A02Dea1f2a
Octal11112021357520553523752
Binary100100110100001000101110111110101001011011110101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,80,139); }

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

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

 a { background-color: rgb(73,80,139); }

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

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

 span { border-color: rgb(73,80,139); }

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