#49589A

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

Shades of Governor Bay #49589A

Tints of Governor Bay #49589A

Color information

#49589A (or 0x49589A) is unknown color: approx Governor Bay. HEX triplet: 49, 58 and 9A. RGB value is (73,88,154). Sum of RGB (Red+Green+Blue) = 73+88+154=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #49589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49589A is #B6A765. Grayscale: #5A5A5A. Windows color (decimal): -11970406 or 10115145. OLE color: 10115145.

HSL color Cylindrical-coordinate representation of color #49589A: hue angle of 228.89º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49589A is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7388154-
CMYK0.530.4300.40
HSL228.89º35.68%44.51%-
HSV(B)228.89º52.6%60.39%-
XYZ12.0710.7332.01-
YUV91.04163.53115.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=23.17%
G=27.94%
B=48.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73881540.530.4300.40228.8935.6844.51
Hex49589A352B028e5242d
Octal11113023265530503454455
Binary1001001101100010011010110101101011010100011100101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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