#486660

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

Shades of Stromboli #486660

Tints of Stromboli #486660

Color information

#486660 (or 0x486660) is unknown color: approx Stromboli. HEX triplet: 48, 66 and 60. RGB value is (72,102,96). Sum of RGB (Red+Green+Blue) = 72+102+96=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #486660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486660 is #B7999F. Grayscale: #5C5C5C. Windows color (decimal): -12032416 or 6317640. OLE color: 6317640.

HSL color Cylindrical-coordinate representation of color #486660: hue angle of 168º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486660 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB7210296-
CMYK0.2900.060.6
HSL168º17.24%34.12%-
HSV(B)168º29.41%40%-
XYZ9.5411.7212.83-
YUV92.35130.06113.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=26.67%
G=37.78%
B=35.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102960.2900.060.616817.2434.12
Hex4866601D063Ca81122
Octal1101461403506742502142
Binary1001000110011011000001110101101111001010100010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486660; }

 p { color: rgb(72,102,96); }

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

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

 a { background-color: rgb(72,102,96); }

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

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

 span { border-color: rgb(72,102,96); }

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