#486F87

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

Shades of Wedgewood #486F87

Tints of Wedgewood #486F87

Color information

#486F87 (or 0x486F87) is unknown color: approx Wedgewood. HEX triplet: 48, 6F and 87. RGB value is (72,111,135). Sum of RGB (Red+Green+Blue) = 72+111+135=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #486F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F87 is #B79078. Grayscale: #656565. Windows color (decimal): -12030073 or 8875848. OLE color: 8875848.

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

Color convert

RGB72111135-
CMYK0.470.1800.47
HSL202.86º30.43%40.59%-
HSV(B)202.86º46.67%52.94%-
XYZ12.7314.525.05-
YUV102.08146.58106.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=22.64%
G=34.91%
B=42.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721111350.470.1800.47202.8630.4340.59
Hex486F872F1202Fcb1e29
Octal11015720757220573133651
Binary10010001101111100001111011111001001011111100101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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