#49548D

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

Shades of Governor Bay #49548D

Tints of Governor Bay #49548D

Color information

#49548D (or 0x49548D) is unknown color: approx Governor Bay. HEX triplet: 49, 54 and 8D. RGB value is (73,84,141). Sum of RGB (Red+Green+Blue) = 73+84+141=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #49548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49548D is #B6AB72. Grayscale: #565656. Windows color (decimal): -11971443 or 9262153. OLE color: 9262153.

HSL color Cylindrical-coordinate representation of color #49548D: hue angle of 230.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49548D is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7384141-
CMYK0.480.4000.45
HSL230.29º31.78%41.96%-
HSV(B)230.29º48.23%55.29%-
XYZ10.739.6826.5-
YUV87.21158.36117.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=24.50%
G=28.19%
B=47.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73841410.480.4000.45230.2931.7841.96
Hex49548D302802De6202a
Octal11112421560500553464052
Binary1001001101010010001101110000101000010110111100110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49548D; }

 p { color: rgb(73,84,141); }

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

<style>
 a { background-color: #49548D; }

 a { background-color: rgb(73,84,141); }

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

<style>
 span { border-color: #49548D; }

 span { border-color: rgb(73,84,141); }

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