#49559E

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

Shades of Governor Bay #49559E

Tints of Governor Bay #49559E

Color information

#49559E (or 0x49559E) is unknown color: approx Governor Bay. HEX triplet: 49, 55 and 9E. RGB value is (73,85,158). Sum of RGB (Red+Green+Blue) = 73+85+158=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #49559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49559E is #B6AA61. Grayscale: #595959. Windows color (decimal): -11971170 or 10376521. OLE color: 10376521.

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

Color convert

RGB7385158-
CMYK0.540.4600.38
HSL231.53º36.8%45.29%-
HSV(B)231.53º53.8%61.96%-
XYZ12.1710.3833.71-
YUV89.73166.52116.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 158 (62.11% from 255) = 50%
R=23.10%
G=26.90%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73851580.540.4600.38231.5336.845.29
Hex49559E362E026e8252d
Octal11112523666560463504555
Binary1001001101010110011110110110101110010011011101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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