#48718A

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

Shades of Wedgewood #48718A

Tints of Wedgewood #48718A

Color information

#48718A (or 0x48718A) is unknown color: approx Wedgewood. HEX triplet: 48, 71 and 8A. RGB value is (72,113,138). Sum of RGB (Red+Green+Blue) = 72+113+138=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #48718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48718A is #B78E75. Grayscale: #676767. Windows color (decimal): -12029558 or 9072968. OLE color: 9072968.

HSL color Cylindrical-coordinate representation of color #48718A: hue angle of 202.73º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48718A is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72113138-
CMYK0.480.1800.46
HSL202.73º31.43%41.18%-
HSV(B)202.73º47.83%54.12%-
XYZ13.1715.0226.25-
YUV103.59147.42105.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=22.29%
G=34.98%
B=42.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721131380.480.1800.46202.7331.4341.18
Hex48718A301202Ecb1f29
Octal11016121260220563133751
Binary10010001110001100010101100001001001011101100101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48718A; }

 p { color: rgb(72,113,138); }

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

<style>
 a { background-color: #48718A; }

 a { background-color: rgb(72,113,138); }

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

<style>
 span { border-color: #48718A; }

 span { border-color: rgb(72,113,138); }

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