#49728B

Color #49728B Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #49728B

Tints of Wedgewood #49728B

Color information

#49728B (or 0x49728B) is unknown color: approx Wedgewood. HEX triplet: 49, 72 and 8B. RGB value is (73,114,139). Sum of RGB (Red+Green+Blue) = 73+114+139=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #49728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49728B is #B68D74. Grayscale: #686868. Windows color (decimal): -11963765 or 9138761. OLE color: 9138761.

HSL color Cylindrical-coordinate representation of color #49728B: hue angle of 202.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49728B is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73114139-
CMYK0.470.1800.45
HSL202.73º31.13%41.57%-
HSV(B)202.73º47.48%54.51%-
XYZ13.4315.3226.67-
YUV104.59147.42105.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=22.39%
G=34.97%
B=42.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731141390.470.1800.45202.7331.1341.57
Hex49728B2F1202Dcb1f2a
Octal11116221357220553133752
Binary10010011110010100010111011111001001011011100101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49728B; }

 p { color: rgb(73,114,139); }

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

<style>
 a { background-color: #49728B; }

 a { background-color: rgb(73,114,139); }

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

<style>
 span { border-color: #49728B; }

 span { border-color: rgb(73,114,139); }

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