#49579E

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

Shades of Governor Bay #49579E

Tints of Governor Bay #49579E

Color information

#49579E (or 0x49579E) is unknown color: approx Governor Bay. HEX triplet: 49, 57 and 9E. RGB value is (73,87,158). Sum of RGB (Red+Green+Blue) = 73+87+158=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #49579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49579E is #B6A861. Grayscale: #5A5A5A. Windows color (decimal): -11970658 or 10377033. OLE color: 10377033.

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

Color convert

RGB7387158-
CMYK0.540.4500.38
HSL230.12º36.8%45.29%-
HSV(B)230.12º53.8%61.96%-
XYZ12.3310.733.76-
YUV90.91165.86115.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 158 (62.11% from 255) = 49.69%
R=22.96%
G=27.36%
B=49.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73871580.540.4500.38230.1236.845.29
Hex49579E362D026e6252d
Octal11112723666550463464555
Binary1001001101011110011110110110101101010011011100110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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