#48647E

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

Shades of Wedgewood #48647E

Tints of Wedgewood #48647E

Color information

#48647E (or 0x48647E) is unknown color: approx Wedgewood. HEX triplet: 48, 64 and 7E. RGB value is (72,100,126). Sum of RGB (Red+Green+Blue) = 72+100+126=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #48647E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48647E is #B79B81. Grayscale: #5E5E5E. Windows color (decimal): -12032898 or 8283208. OLE color: 8283208.

HSL color Cylindrical-coordinate representation of color #48647E: hue angle of 208.89º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48647E is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB72100126-
CMYK0.430.2100.51
HSL208.89º27.27%38.82%-
HSV(B)208.89º42.86%49.41%-
XYZ111221.48-
YUV94.59145.72111.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 126 (49.61% from 255) = 42.28%
R=24.16%
G=33.56%
B=42.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721001260.430.2100.51208.8927.2738.82
Hex48647E2B15033d11b27
Octal11014417653250633213347
Binary1001000110010011111101010111010101100111101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48647E; }

 p { color: rgb(72,100,126); }

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

<style>
 a { background-color: #48647E; }

 a { background-color: rgb(72,100,126); }

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

<style>
 span { border-color: #48647E; }

 span { border-color: rgb(72,100,126); }

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