#486587

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

Shades of Wedgewood #486587

Tints of Wedgewood #486587

Color information

#486587 (or 0x486587) is unknown color: approx Wedgewood. HEX triplet: 48, 65 and 87. RGB value is (72,101,135). Sum of RGB (Red+Green+Blue) = 72+101+135=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #486587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486587 is #B79A78. Grayscale: #606060. Windows color (decimal): -12032633 or 8873288. OLE color: 8873288.

HSL color Cylindrical-coordinate representation of color #486587: hue angle of 212.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486587 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB72101135-
CMYK0.470.2500.47
HSL212.38º30.43%40.59%-
HSV(B)212.38º46.67%52.94%-
XYZ11.712.4324.71-
YUV96.2149.89110.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=23.38%
G=32.79%
B=43.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721011350.470.2500.47212.3830.4340.59
Hex4865872F1902Fd41e29
Octal11014520757310573243651
Binary10010001100101100001111011111100101011111101010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486587; }

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

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

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

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

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

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

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

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