#49627B

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

Shades of Wedgewood #49627B

Tints of Wedgewood #49627B

Color information

#49627B (or 0x49627B) is unknown color: approx Wedgewood. HEX triplet: 49, 62 and 7B. RGB value is (73,98,123). Sum of RGB (Red+Green+Blue) = 73+98+123=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #49627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49627B is #B69D84. Grayscale: #5D5D5D. Windows color (decimal): -11967877 or 8086089. OLE color: 8086089.

HSL color Cylindrical-coordinate representation of color #49627B: hue angle of 210º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49627B is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7398123-
CMYK0.410.2000.52
HSL210º25.51%38.43%-
HSV(B)210º40.65%48.24%-
XYZ10.6911.5820.41-
YUV93.38144.72113.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=24.83%
G=33.33%
B=41.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73981230.410.2000.5221025.5138.43
Hex49627B2914034d21a26
Octal11114217351240643223246
Binary1001001110001011110111010011010001101001101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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