Html Css Color HEX #486B5C Stromboli

📋 copy color: '#486B5C'

red 72 ◦ green 107 ◦ blue 92

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

Shades of Stromboli #486B5C

Tints of Stromboli #486B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.48%

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 26.57%
G = 39.48%
B = 33.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#486B5C (or 0x486B5C) is known color: Stromboli. HEX triplet: 48, 6B and 5C. RGB value is (72,107,92). Sum of RGB (Red+Green+Blue) = 72+107+92=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #486B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B5C is #B794A3. Grayscale: #5E5E5E. Windows color (decimal): -12031140 or 6056776. OLE color: 6056776.

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

Color convert

RGB 72 107 92 -
CMYK 0.33 0 0.14 0.58
HSL 154.29º 0.2% 0.35% -
HSV(B) 154.29º 0.33% 0.42% -
XYZ 9.86 12.67 12.05 -
YUV 94.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 72 107 92 0.33 0 0.14 0.58 154.29 0.2 0.35
Hex 48 6B 5C 21 0 E 3A 9A 14 23
Octal 110 153 134 41 0 16 72 232 24 43
Binary 1001000 1101011 1011100 100001 0 1110 111010 10011010 10100 100011

Color Harmonies of #486B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B5C

Black with #486B5C

Text Example


Text Example

White with #486B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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