Html Css Color HEX #486A5D Stromboli

📋 copy color: '#486A5D'

red 72 ◦ green 106 ◦ blue 93

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

Shades of Stromboli #486A5D

Tints of Stromboli #486A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.11%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 26.57%
G = 39.11%
B = 34.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#486A5D (or 0x486A5D) is known color: Stromboli. HEX triplet: 48, 6A and 5D. RGB value is (72,106,93). Sum of RGB (Red+Green+Blue) = 72+106+93=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #486A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A5D is #B795A2. Grayscale: #5E5E5E. Windows color (decimal): -12031395 or 6122056. OLE color: 6122056.

HSL color Cylindrical-coordinate representation of color #486A5D: hue angle of 157.06º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #486A5D is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 106 93 -
CMYK 0.32 0 0.12 0.58
HSL 157.06º 0.19% 0.35% -
HSV(B) 157.06º 0.32% 0.42% -
XYZ 9.8 12.48 12.25 -
YUV 94.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 72 106 93 0.32 0 0.12 0.58 157.06 0.19 0.35
Hex 48 6A 5D 20 0 C 3A 9D 13 23
Octal 110 152 135 40 0 14 72 235 23 43
Binary 1001000 1101010 1011101 100000 0 1100 111010 10011101 10011 100011

Color Harmonies of #486A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A5D

Black with #486A5D

Text Example


Text Example

White with #486A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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