#486B5D

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

Shades of Stromboli #486B5D

Tints of Stromboli #486B5D

Color information

#486B5D (or 0x486B5D) is unknown color: approx Stromboli. HEX triplet: 48, 6B and 5D. RGB value is (72,107,93). Sum of RGB (Red+Green+Blue) = 72+107+93=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #486B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B5D is #B794A2. Grayscale: #5E5E5E. Windows color (decimal): -12031139 or 6122312. OLE color: 6122312.

HSL color Cylindrical-coordinate representation of color #486B5D: hue angle of 156º 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 #486B5D is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB7210793-
CMYK0.3300.130.58
HSL156º19.55%35.1%-
HSV(B)156º32.71%41.96%-
XYZ9.9112.6812.28-
YUV94.94126.9111.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=26.47%
G=39.34%
B=34.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107930.3300.130.5815619.5535.1
Hex486B5D210D3A9c1423
Octal11015313541015722342443
Binary100100011010111011101100001011011110101001110010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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