#486E5A

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

Shades of Como #486E5A

Tints of Como #486E5A

Color information

#486E5A (or 0x486E5A) is unknown color: approx Como. HEX triplet: 48, 6E and 5A. RGB value is (72,110,90). Sum of RGB (Red+Green+Blue) = 72+110+90=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 110 - color contains mainly: green. Hex color #486E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E5A is #B791A5. Grayscale: #606060. Windows color (decimal): -12030374 or 5926472. OLE color: 5926472.

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

Color convert

RGB7211090-
CMYK0.3500.180.57
HSL148.42º20.88%35.69%-
HSV(B)148.42º34.55%43.14%-
XYZ10.0913.2711.7-
YUV96.36124.41110.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=26.47%
G=40.44%
B=33.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110900.3500.180.57148.4220.8835.69
Hex486E5A2301239941524
Octal11015613243022712242544
Binary1001000110111010110101000110100101110011001010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,90); }

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

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

 a { background-color: rgb(72,110,90); }

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

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

 span { border-color: rgb(72,110,90); }

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