#486180

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

Shades of Wedgewood #486180

Tints of Wedgewood #486180

Color information

#486180 (or 0x486180) is unknown color: approx Wedgewood. HEX triplet: 48, 61 and 80. RGB value is (72,97,128). Sum of RGB (Red+Green+Blue) = 72+97+128=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #486180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486180 is #B79E7F. Grayscale: #5C5C5C. Windows color (decimal): -12033664 or 8413512. OLE color: 8413512.

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

Color convert

RGB7297128-
CMYK0.440.2400.50
HSL213.21º28%39.22%-
HSV(B)213.21º43.75%50.2%-
XYZ10.8411.4922.07-
YUV93.06147.72112.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 128 (50.39% from 255) = 43.10%
R=24.24%
G=32.66%
B=43.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72971280.440.2400.50213.212839.22
Hex4861802C18032d51c27
Octal11014120054300623253447
Binary10010001100001100000001011001100001100101101010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486180; }

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

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

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

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

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

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

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

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