#486B56

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

Shades of Como #486B56

Tints of Como #486B56

Color information

#486B56 (or 0x486B56) is unknown color: approx Como. HEX triplet: 48, 6B and 56. RGB value is (72,107,86). Sum of RGB (Red+Green+Blue) = 72+107+86=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #486B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B56 is #B794A9. Grayscale: #5E5E5E. Windows color (decimal): -12031146 or 5663560. OLE color: 5663560.

HSL color Cylindrical-coordinate representation of color #486B56: hue angle of 144º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486B56 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB7210786-
CMYK0.3300.200.58
HSL144º19.55%35.1%-
HSV(B)144º32.71%41.96%-
XYZ9.6112.5610.72-
YUV94.14123.4112.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=27.17%
G=40.38%
B=32.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107860.3300.200.5814419.5535.1
Hex486B56210143A901423
Octal11015312641024722202443
Binary1001000110101110101101000010101001110101001000010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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