#48728E

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

Shades of Wedgewood #48728E

Tints of Wedgewood #48728E

Color information

#48728E (or 0x48728E) is unknown color: approx Wedgewood. HEX triplet: 48, 72 and 8E. RGB value is (72,114,142). Sum of RGB (Red+Green+Blue) = 72+114+142=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #48728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48728E is #B78D71. Grayscale: #686868. Windows color (decimal): -12029298 or 9335368. OLE color: 9335368.

HSL color Cylindrical-coordinate representation of color #48728E: hue angle of 204º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48728E is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72114142-
CMYK0.490.2000.44
HSL204º32.71%41.96%-
HSV(B)204º49.3%55.69%-
XYZ13.5715.3727.84-
YUV104.63149.09104.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 142 (55.86% from 255) = 43.29%
R=21.95%
G=34.76%
B=43.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721141420.490.2000.4420432.7141.96
Hex48728E311402Ccc212a
Octal11016221661240543144152
Binary100100011100101000111011000110100010110011001100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,114,142); }

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

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

 a { background-color: rgb(72,114,142); }

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

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

 span { border-color: rgb(72,114,142); }

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