#486B87

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

Shades of Wedgewood #486B87

Tints of Wedgewood #486B87

Color information

#486B87 (or 0x486B87) is unknown color: approx Wedgewood. HEX triplet: 48, 6B and 87. RGB value is (72,107,135). Sum of RGB (Red+Green+Blue) = 72+107+135=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #486B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B87 is #B79478. Grayscale: #636363. Windows color (decimal): -12031097 or 8874824. OLE color: 8874824.

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

Color convert

RGB72107135-
CMYK0.470.2100.47
HSL206.67º30.43%40.59%-
HSV(B)206.67º46.67%52.94%-
XYZ12.313.6424.91-
YUV99.73147.9108.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=22.93%
G=34.08%
B=42.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721071350.470.2100.47206.6730.4340.59
Hex486B872F1502Fcf1e29
Octal11015320757250573173651
Binary10010001101011100001111011111010101011111100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486B87; }

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

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

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

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

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

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

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

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