#48637D

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

Shades of Wedgewood #48637D

Tints of Wedgewood #48637D

Color information

#48637D (or 0x48637D) is unknown color: approx Wedgewood. HEX triplet: 48, 63 and 7D. RGB value is (72,99,125). Sum of RGB (Red+Green+Blue) = 72+99+125=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #48637D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48637D is #B79C82. Grayscale: #5D5D5D. Windows color (decimal): -12033155 or 8217416. OLE color: 8217416.

HSL color Cylindrical-coordinate representation of color #48637D: hue angle of 209.43º degrees, saturation: 0.27, 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 #48637D is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7299125-
CMYK0.420.2100.51
HSL209.43º26.9%38.63%-
HSV(B)209.43º42.4%49.02%-
XYZ10.8411.7821.11-
YUV93.89145.55112.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=24.32%
G=33.45%
B=42.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72991250.420.2100.51209.4326.938.63
Hex48637D2A15033d11b27
Octal11014317552250633213347
Binary1001000110001111111011010101010101100111101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,99,125); }

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

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

 a { background-color: rgb(72,99,125); }

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

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

 span { border-color: rgb(72,99,125); }

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