#49509B

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

Shades of Governor Bay #49509B

Tints of Governor Bay #49509B

Color information

#49509B (or 0x49509B) is unknown color: approx Governor Bay. HEX triplet: 49, 50 and 9B. RGB value is (73,80,155). Sum of RGB (Red+Green+Blue) = 73+80+155=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #49509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49509B is #B6AF64. Grayscale: #565656. Windows color (decimal): -11972453 or 10178633. OLE color: 10178633.

HSL color Cylindrical-coordinate representation of color #49509B: hue angle of 234.88º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49509B is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7380155-
CMYK0.530.4800.39
HSL234.88º35.96%44.71%-
HSV(B)234.88º52.9%60.78%-
XYZ11.539.5232.24-
YUV86.46166.68118.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=23.70%
G=25.97%
B=50.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73801550.530.4800.39234.8835.9644.71
Hex49509B3530027eb242d
Octal11112023365600473534455
Binary1001001101000010011011110101110000010011111101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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