#49558E

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

Shades of Governor Bay #49558E

Tints of Governor Bay #49558E

Color information

#49558E (or 0x49558E) is unknown color: approx Governor Bay. HEX triplet: 49, 55 and 8E. RGB value is (73,85,142). Sum of RGB (Red+Green+Blue) = 73+85+142=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #49558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49558E is #B6AA71. Grayscale: #575757. Windows color (decimal): -11971186 or 9327945. OLE color: 9327945.

HSL color Cylindrical-coordinate representation of color #49558E: hue angle of 229.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49558E is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7385142-
CMYK0.490.4000.44
HSL229.57º32.09%42.16%-
HSV(B)229.57º48.59%55.69%-
XYZ10.889.8726.92-
YUV87.91158.52117.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=24.33%
G=28.33%
B=47.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73851420.490.4000.44229.5732.0942.16
Hex49558E312802Ce6202a
Octal11112521661500543464052
Binary1001001101010110001110110001101000010110011100110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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