#48708E

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

Shades of Wedgewood #48708E

Tints of Wedgewood #48708E

Color information

#48708E (or 0x48708E) is unknown color: approx Wedgewood. HEX triplet: 48, 70 and 8E. RGB value is (72,112,142). Sum of RGB (Red+Green+Blue) = 72+112+142=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #48708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48708E is #B78F71. Grayscale: #676767. Windows color (decimal): -12029810 or 9334856. OLE color: 9334856.

HSL color Cylindrical-coordinate representation of color #48708E: hue angle of 205.71º 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 #48708E is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB72112142-
CMYK0.490.2100.44
HSL205.71º32.71%41.96%-
HSV(B)205.71º49.3%55.69%-
XYZ13.3514.9227.77-
YUV103.46149.75105.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=22.09%
G=34.36%
B=43.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721121420.490.2100.44205.7132.7141.96
Hex48708E311502Cce212a
Octal11016021661250543164152
Binary100100011100001000111011000110101010110011001110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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