#49538B

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

Shades of Governor Bay #49538B

Tints of Governor Bay #49538B

Color information

#49538B (or 0x49538B) is unknown color: approx Governor Bay. HEX triplet: 49, 53 and 8B. RGB value is (73,83,139). Sum of RGB (Red+Green+Blue) = 73+83+139=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #49538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49538B is #B6AC74. Grayscale: #565656. Windows color (decimal): -11971701 or 9130825. OLE color: 9130825.

HSL color Cylindrical-coordinate representation of color #49538B: hue angle of 230.91º 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 #49538B is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7383139-
CMYK0.470.4000.45
HSL230.91º31.13%41.57%-
HSV(B)230.91º47.48%54.51%-
XYZ10.59.4725.7-
YUV86.39157.69118.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=24.75%
G=28.14%
B=47.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73831390.470.4000.45230.9131.1341.57
Hex49538B2F2802De71f2a
Octal11112321357500553473752
Binary100100110100111000101110111110100001011011110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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