#486F57

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

Shades of Como #486F57

Tints of Como #486F57

Color information

#486F57 (or 0x486F57) is unknown color: approx Como. HEX triplet: 48, 6F and 57. RGB value is (72,111,87). Sum of RGB (Red+Green+Blue) = 72+111+87=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #486F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F57 is #B790A8. Grayscale: #606060. Windows color (decimal): -12030121 or 5730120. OLE color: 5730120.

HSL color Cylindrical-coordinate representation of color #486F57: hue angle of 143.08º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F57 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB7211187-
CMYK0.3500.220.56
HSL143.08º21.31%35.88%-
HSV(B)143.08º35.14%43.53%-
XYZ10.0813.4311.08-
YUV96.6122.58110.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 87 (34.38% from 255) = 32.22%
R=26.67%
G=41.11%
B=32.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111870.3500.220.56143.0821.3135.88
Hex486F5723016388f1524
Octal11015712743026702172544
Binary1001000110111110101111000110101101110001000111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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