#49548C

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

Shades of Governor Bay #49548C

Tints of Governor Bay #49548C

Color information

#49548C (or 0x49548C) is unknown color: approx Governor Bay. HEX triplet: 49, 54 and 8C. RGB value is (73,84,140). Sum of RGB (Red+Green+Blue) = 73+84+140=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #49548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49548C is #B6AB73. Grayscale: #565656. Windows color (decimal): -11971444 or 9196617. OLE color: 9196617.

HSL color Cylindrical-coordinate representation of color #49548C: hue angle of 230.15º degrees, saturation: 0.31, 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 #49548C is Cyan = 0.48, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7384140-
CMYK0.480.400.45
HSL230.15º31.46%41.76%-
HSV(B)230.15º47.86%54.9%-
XYZ10.659.6526.11-
YUV87.1157.86117.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 140 (55.08% from 255) = 47.14%
R=24.58%
G=28.28%
B=47.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73841400.480.400.45230.1531.4641.76
Hex49548C302802De61f2a
Octal11112421460500553463752
Binary100100110101001000110011000010100001011011110011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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