#487190

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

Shades of Wedgewood #487190

Tints of Wedgewood #487190

Color information

#487190 (or 0x487190) is unknown color: approx Wedgewood. HEX triplet: 48, 71 and 90. RGB value is (72,113,144). Sum of RGB (Red+Green+Blue) = 72+113+144=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #487190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487190 is #B78E6F. Grayscale: #686868. Windows color (decimal): -12029552 or 9466184. OLE color: 9466184.

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

Color convert

RGB72113144-
CMYK0.500.2200.44
HSL205.83º33.33%42.35%-
HSV(B)205.83º50%56.47%-
XYZ13.6115.228.6-
YUV104.28150.42104.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=21.88%
G=34.35%
B=43.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721131440.500.2200.44205.8333.3342.35
Hex487190321602Cce212a
Octal11016122062260543164152
Binary100100011100011001000011001010110010110011001110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487190; }

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

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

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

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

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

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

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

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