#486880

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

Shades of Wedgewood #486880

Tints of Wedgewood #486880

Color information

#486880 (or 0x486880) is unknown color: approx Wedgewood. HEX triplet: 48, 68 and 80. RGB value is (72,104,128). Sum of RGB (Red+Green+Blue) = 72+104+128=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #486880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486880 is #B7977F. Grayscale: #616161. Windows color (decimal): -12031872 or 8415304. OLE color: 8415304.

HSL color Cylindrical-coordinate representation of color #486880: hue angle of 205.71º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486880 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB72104128-
CMYK0.440.1900.50
HSL205.71º28%39.22%-
HSV(B)205.71º43.75%50.2%-
XYZ11.5212.8422.29-
YUV97.17145.4110.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=23.68%
G=34.21%
B=42.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721041280.440.1900.50205.712839.22
Hex4868802C13032ce1c27
Octal11015020054230623163447
Binary10010001101000100000001011001001101100101100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486880; }

 p { color: rgb(72,104,128); }

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

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

 a { background-color: rgb(72,104,128); }

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

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

 span { border-color: rgb(72,104,128); }

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