#49667D

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

Shades of Wedgewood #49667D

Tints of Wedgewood #49667D

Color information

#49667D (or 0x49667D) is unknown color: approx Wedgewood. HEX triplet: 49, 66 and 7D. RGB value is (73,102,125). Sum of RGB (Red+Green+Blue) = 73+102+125=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #49667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49667D is #B69982. Grayscale: #5F5F5F. Windows color (decimal): -11966851 or 8218185. OLE color: 8218185.

HSL color Cylindrical-coordinate representation of color #49667D: hue angle of 206.54º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49667D is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73102125-
CMYK0.420.1800.51
HSL206.54º26.26%38.82%-
HSV(B)206.54º41.6%49.02%-
XYZ11.212.421.21-
YUV95.95144.39111.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 125 (49.22% from 255) = 41.67%
R=24.33%
G=34%
B=41.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731021250.420.1800.51206.5426.2638.82
Hex49667D2A12033cf1a27
Octal11114617552220633173247
Binary1001001110011011111011010101001001100111100111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,102,125); }

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

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

 a { background-color: rgb(73,102,125); }

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

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

 span { border-color: rgb(73,102,125); }

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