#49589E

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

Shades of Governor Bay #49589E

Tints of Governor Bay #49589E

Color information

#49589E (or 0x49589E) is unknown color: approx Governor Bay. HEX triplet: 49, 58 and 9E. RGB value is (73,88,158). Sum of RGB (Red+Green+Blue) = 73+88+158=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #49589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49589E is #B6A761. Grayscale: #5B5B5B. Windows color (decimal): -11970402 or 10377289. OLE color: 10377289.

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

Color convert

RGB7388158-
CMYK0.540.4400.38
HSL229.41º36.8%45.29%-
HSV(B)229.41º53.8%61.96%-
XYZ12.4110.8633.79-
YUV91.5165.53114.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=22.88%
G=27.59%
B=49.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73881580.540.4400.38229.4136.845.29
Hex49589E362C026e5252d
Octal11113023666540463454555
Binary1001001101100010011110110110101100010011011100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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