#487193

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

Shades of Wedgewood #487193

Tints of Wedgewood #487193

Color information

#487193 (or 0x487193) is unknown color: approx Wedgewood. HEX triplet: 48, 71 and 93. RGB value is (72,113,147). Sum of RGB (Red+Green+Blue) = 72+113+147=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #487193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487193 is #B78E6C. Grayscale: #686868. Windows color (decimal): -12029549 or 9662792. OLE color: 9662792.

HSL color Cylindrical-coordinate representation of color #487193: hue angle of 207.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487193 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72113147-
CMYK0.510.2300.42
HSL207.2º34.25%42.94%-
HSV(B)207.2º51.02%57.65%-
XYZ13.8415.2929.83-
YUV104.62151.92104.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=21.69%
G=34.04%
B=44.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721131470.510.2300.42207.234.2542.94
Hex487193331702Acf222b
Octal11016122363270523174253
Binary100100011100011001001111001110111010101011001111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487193; }

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

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

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

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

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

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

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

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