#49589B

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

Shades of Governor Bay #49589B

Tints of Governor Bay #49589B

Color information

#49589B (or 0x49589B) is unknown color: approx Governor Bay. HEX triplet: 49, 58 and 9B. RGB value is (73,88,155). Sum of RGB (Red+Green+Blue) = 73+88+155=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #49589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49589B is #B6A764. Grayscale: #5A5A5A. Windows color (decimal): -11970405 or 10180681. OLE color: 10180681.

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

Color convert

RGB7388155-
CMYK0.530.4300.39
HSL229.02º35.96%44.71%-
HSV(B)229.02º52.9%60.78%-
XYZ12.1510.7632.45-
YUV91.15164.03115.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=23.10%
G=27.85%
B=49.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73881550.530.4300.39229.0235.9644.71
Hex49589B352B027e5242d
Octal11113023365530473454455
Binary1001001101100010011011110101101011010011111100101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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