Html Css Color HEX #4A695E Stromboli

📋 copy color: '#4A695E'

red 74 ◦ green 105 ◦ blue 94

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

Shades of Stromboli #4A695E

Tints of Stromboli #4A695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 27.11%
G = 38.46%
B = 34.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#4A695E (or 0x4A695E) is known color: Stromboli. HEX triplet: 4A, 69 and 5E. RGB value is (74,105,94). Sum of RGB (Red+Green+Blue) = 74+105+94=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #4A695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A695E is #B596A1. Grayscale: #5E5E5E. Windows color (decimal): -11900578 or 6187338. OLE color: 6187338.

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

Color convert

RGB 74 105 94 -
CMYK 0.30 0 0.10 0.59
HSL 158.71º 0.17% 0.35% -
HSV(B) 158.71º 0.3% 0.41% -
XYZ 9.9 12.37 12.46 -
YUV 94.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 74 105 94 0.30 0 0.10 0.59 158.71 0.17 0.35
Hex 4A 69 5E 1E 0 A 3B 9F 11 23
Octal 112 151 136 36 0 12 73 237 21 43
Binary 1001010 1101001 1011110 11110 0 1010 111011 10011111 10001 100011

Color Harmonies of #4A695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A695E

Black with #4A695E

Text Example


Text Example

White with #4A695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,105,94); }

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

background-color css

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

 a { background-color: rgb(74,105,94); }

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

border-color css

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

 span { border-color: rgb(74,105,94); }

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