Html Css Color HEX #486560 Stromboli

📋 copy color: '#486560'

red 72 ◦ green 101 ◦ blue 96

#486560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #486560

Tints of Stromboli #486560

RGB

 RED value IS 72 (28.52% from 255) = 26.77%

 GREEN value IS 101 (39.84% from 255) = 37.55%

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 26.77%
G = 37.55%
B = 35.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#486560 (or 0x486560) is known color: Stromboli. HEX triplet: 48, 65 and 60. RGB value is (72,101,96). Sum of RGB (Red+Green+Blue) = 72+101+96=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #486560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486560 is #B79A9F. Grayscale: #5B5B5B. Windows color (decimal): -12032672 or 6317384. OLE color: 6317384.

HSL color Cylindrical-coordinate representation of color #486560: hue angle of 169.66º 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 #486560 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 96 -
CMYK 0.29 0 0.05 0.60
HSL 169.66º 0.17% 0.34% -
HSV(B) 169.66º 0.29% 0.4% -
XYZ 9.44 11.53 12.79 -
YUV 91.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 72 101 96 0.29 0 0.05 0.60 169.66 0.17 0.34
Hex 48 65 60 1D 0 5 3C AA 11 22
Octal 110 145 140 35 0 5 74 252 21 42
Binary 1001000 1100101 1100000 11101 0 101 111100 10101010 10001 100010

Color Harmonies of #486560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486560

Black with #486560

Text Example


Text Example

White with #486560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486560; }

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

 H1.HeaderClassName
 {
   color: #486560;
 }
 .AnyTagClassName
 {
   color: #486560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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