#49628B

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

Shades of Wedgewood #49628B

Tints of Wedgewood #49628B

Color information

#49628B (or 0x49628B) is unknown color: approx Wedgewood. HEX triplet: 49, 62 and 8B. RGB value is (73,98,139). Sum of RGB (Red+Green+Blue) = 73+98+139=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #49628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49628B is #B69D74. Grayscale: #5F5F5F. Windows color (decimal): -11967861 or 9134665. OLE color: 9134665.

HSL color Cylindrical-coordinate representation of color #49628B: hue angle of 217.27º 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 #49628B is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7398139-
CMYK0.470.2900.45
HSL217.27º31.13%41.57%-
HSV(B)217.27º47.48%54.51%-
XYZ11.7812.0226.12-
YUV95.2152.72112.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=23.55%
G=31.61%
B=44.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73981390.470.2900.45217.2731.1341.57
Hex49628B2F1D02Dd91f2a
Octal11114221357350553313752
Binary10010011100010100010111011111110101011011101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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