Html Css Color HEX #4A685D Stromboli

📋 copy color: '#4A685D'

red 74 ◦ green 104 ◦ blue 93

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

Shades of Stromboli #4A685D

Tints of Stromboli #4A685D

RGB

 RED value IS 74 (29.3% from 255) = 27.31%

 GREEN value IS 104 (41.02% from 255) = 38.38%

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

R = 27.31%
G = 38.38%
B = 34.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#4A685D (or 0x4A685D) is known color: Stromboli. HEX triplet: 4A, 68 and 5D. RGB value is (74,104,93). Sum of RGB (Red+Green+Blue) = 74+104+93=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #4A685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A685D is #B597A2. Grayscale: #5D5D5D. Windows color (decimal): -11900835 or 6121546. OLE color: 6121546.

HSL color Cylindrical-coordinate representation of color #4A685D: hue angle of 158º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A685D is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 104 93 -
CMYK 0.29 0 0.11 0.59
HSL 158º 0.17% 0.35% -
HSV(B) 158º 0.29% 0.41% -
XYZ 9.75 12.15 12.19 -
YUV 93.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 74 104 93 0.29 0 0.11 0.59 158 0.17 0.35
Hex 4A 68 5D 1D 0 B 3B 9E 11 23
Octal 112 150 135 35 0 13 73 236 21 43
Binary 1001010 1101000 1011101 11101 0 1011 111011 10011110 10001 100011

Color Harmonies of #4A685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A685D

Black with #4A685D

Text Example


Text Example

White with #4A685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A685D; }

 p { color: rgb(74,104,93); }

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

background-color css

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

 a { background-color: rgb(74,104,93); }

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

border-color css

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

 span { border-color: rgb(74,104,93); }

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