#49539A

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

Shades of Governor Bay #49539A

Tints of Governor Bay #49539A

Color information

#49539A (or 0x49539A) is unknown color: approx Governor Bay. HEX triplet: 49, 53 and 9A. RGB value is (73,83,154). Sum of RGB (Red+Green+Blue) = 73+83+154=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #49539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49539A is #B6AC65. Grayscale: #575757. Windows color (decimal): -11971686 or 10113865. OLE color: 10113865.

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

Color convert

RGB7383154-
CMYK0.530.4600.40
HSL232.59º35.68%44.51%-
HSV(B)232.59º52.6%60.39%-
XYZ11.679.9431.87-
YUV88.1165.19117.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=23.55%
G=26.77%
B=49.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73831540.530.4600.40232.5935.6844.51
Hex49539A352E028e9242d
Octal11112323265560503514455
Binary1001001101001110011010110101101110010100011101001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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