#487090

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

Shades of Wedgewood #487090

Tints of Wedgewood #487090

Color information

#487090 (or 0x487090) is unknown color: approx Wedgewood. HEX triplet: 48, 70 and 90. RGB value is (72,112,144). Sum of RGB (Red+Green+Blue) = 72+112+144=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #487090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487090 is #B78F6F. Grayscale: #676767. Windows color (decimal): -12029808 or 9465928. OLE color: 9465928.

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

Color convert

RGB72112144-
CMYK0.500.2200.44
HSL206.67º33.33%42.35%-
HSV(B)206.67º50%56.47%-
XYZ13.514.9828.57-
YUV103.69150.75105.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=21.95%
G=34.15%
B=43.90%

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
Decimal721121440.500.2200.44206.6733.3342.35
Hex487090321602Ccf212a
Octal11016022062260543174152
Binary100100011100001001000011001010110010110011001111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487090; }

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

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

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

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

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

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

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

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