#486580

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

Shades of Wedgewood #486580

Tints of Wedgewood #486580

Color information

#486580 (or 0x486580) is unknown color: approx Wedgewood. HEX triplet: 48, 65 and 80. RGB value is (72,101,128). Sum of RGB (Red+Green+Blue) = 72+101+128=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #486580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486580 is #B79A7F. Grayscale: #5F5F5F. Windows color (decimal): -12032640 or 8414536. OLE color: 8414536.

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

Color convert

RGB72101128-
CMYK0.440.2100.50
HSL208.93º28%39.22%-
HSV(B)208.93º43.75%50.2%-
XYZ11.2212.2422.19-
YUV95.41146.39111.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=23.92%
G=33.55%
B=42.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721011280.440.2100.50208.932839.22
Hex4865802C15032d11c27
Octal11014520054250623213447
Binary10010001100101100000001011001010101100101101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486580; }

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

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

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

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

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

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

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

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