#49559A

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

Shades of Governor Bay #49559A

Tints of Governor Bay #49559A

Color information

#49559A (or 0x49559A) is unknown color: approx Governor Bay. HEX triplet: 49, 55 and 9A. RGB value is (73,85,154). Sum of RGB (Red+Green+Blue) = 73+85+154=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #49559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49559A is #B6AA65. Grayscale: #585858. Windows color (decimal): -11971174 or 10114377. OLE color: 10114377.

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

Color convert

RGB7385154-
CMYK0.530.4500.40
HSL231.11º35.68%44.51%-
HSV(B)231.11º52.6%60.39%-
XYZ11.8310.2531.93-
YUV89.28164.52116.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 154 (60.55% from 255) = 49.36%
R=23.40%
G=27.24%
B=49.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73851540.530.4500.40231.1135.6844.51
Hex49559A352D028e7242d
Octal11112523265550503474455
Binary1001001101010110011010110101101101010100011100111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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