#487290

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

Shades of Wedgewood #487290

Tints of Wedgewood #487290

Color information

#487290 (or 0x487290) is unknown color: approx Wedgewood. HEX triplet: 48, 72 and 90. RGB value is (72,114,144). Sum of RGB (Red+Green+Blue) = 72+114+144=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #487290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487290 is #B78D6F. Grayscale: #686868. Windows color (decimal): -12029296 or 9466440. OLE color: 9466440.

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

Color convert

RGB72114144-
CMYK0.500.2100.44
HSL205º33.33%42.35%-
HSV(B)205º50%56.47%-
XYZ13.7215.4328.64-
YUV104.86150.09104.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=21.82%
G=34.55%
B=43.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721141440.500.2100.4420533.3342.35
Hex487290321502Ccd212a
Octal11016222062250543154152
Binary100100011100101001000011001010101010110011001101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487290; }

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

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

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

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

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

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

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

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