#486980

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

Shades of Wedgewood #486980

Tints of Wedgewood #486980

Color information

#486980 (or 0x486980) is unknown color: approx Wedgewood. HEX triplet: 48, 69 and 80. RGB value is (72,105,128). Sum of RGB (Red+Green+Blue) = 72+105+128=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #486980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486980 is #B7967F. Grayscale: #616161. Windows color (decimal): -12031616 or 8415560. OLE color: 8415560.

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

Color convert

RGB72105128-
CMYK0.440.1800.50
HSL204.64º28%39.22%-
HSV(B)204.64º43.75%50.2%-
XYZ11.6213.0422.33-
YUV97.76145.07109.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=23.61%
G=34.43%
B=41.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721051280.440.1800.50204.642839.22
Hex4869802C12032cd1c27
Octal11015120054220623153447
Binary10010001101001100000001011001001001100101100110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486980; }

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

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

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

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

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

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

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

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