#486B85

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

Shades of Wedgewood #486B85

Tints of Wedgewood #486B85

Color information

#486B85 (or 0x486B85) is unknown color: approx Wedgewood. HEX triplet: 48, 6B and 85. RGB value is (72,107,133). Sum of RGB (Red+Green+Blue) = 72+107+133=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #486B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B85 is #B7947A. Grayscale: #636363. Windows color (decimal): -12031099 or 8743752. OLE color: 8743752.

HSL color Cylindrical-coordinate representation of color #486B85: hue angle of 205.57º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #486B85 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB72107133-
CMYK0.460.2000.48
HSL205.57º29.76%40.2%-
HSV(B)205.57º45.86%52.16%-
XYZ12.1613.5924.17-
YUV99.5146.9108.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=23.08%
G=34.29%
B=42.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721071330.460.2000.48205.5729.7640.2
Hex486B852E14030ce1e28
Octal11015320556240603163650
Binary10010001101011100001011011101010001100001100111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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