#49509F

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

Shades of Governor Bay #49509F

Tints of Governor Bay #49509F

Color information

#49509F (or 0x49509F) is unknown color: approx Governor Bay. HEX triplet: 49, 50 and 9F. RGB value is (73,80,159). Sum of RGB (Red+Green+Blue) = 73+80+159=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #49509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49509F is #B6AF60. Grayscale: #565656. Windows color (decimal): -11972449 or 10440777. OLE color: 10440777.

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

Color convert

RGB7380159-
CMYK0.540.5000.38
HSL235.12º37.07%45.49%-
HSV(B)235.12º54.09%62.35%-
XYZ11.879.6634.04-
YUV86.91168.68118.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=23.40%
G=25.64%
B=50.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73801590.540.5000.38235.1237.0745.49
Hex49509F3632026eb252d
Octal11112023766620463534555
Binary1001001101000010011111110110110010010011011101011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49509F; }

 p { color: rgb(73,80,159); }

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

<style>
 a { background-color: #49509F; }

 a { background-color: rgb(73,80,159); }

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

<style>
 span { border-color: #49509F; }

 span { border-color: rgb(73,80,159); }

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