Html Css Color HEX #4A6B5F Stromboli

📋 copy color: '#4A6B5F'

red 74 ◦ green 107 ◦ blue 95

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

Shades of Stromboli #4A6B5F

Tints of Stromboli #4A6B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 26.81%
G = 38.77%
B = 34.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#4A6B5F (or 0x4A6B5F) is known color: Stromboli. HEX triplet: 4A, 6B and 5F. RGB value is (74,107,95). Sum of RGB (Red+Green+Blue) = 74+107+95=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6B5F is #B594A0. Grayscale: #5F5F5F. Windows color (decimal): -11900065 or 6253386. OLE color: 6253386.

HSL color Cylindrical-coordinate representation of color #4A6B5F: hue angle of 158.18º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6B5F is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 95 -
CMYK 0.31 0 0.11 0.58
HSL 158.18º 0.18% 0.35% -
HSV(B) 158.18º 0.31% 0.42% -
XYZ 10.15 12.8 12.76 -
YUV 95.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 74 107 95 0.31 0 0.11 0.58 158.18 0.18 0.35
Hex 4A 6B 5F 1F 0 B 3A 9E 12 23
Octal 112 153 137 37 0 13 72 236 22 43
Binary 1001010 1101011 1011111 11111 0 1011 111010 10011110 10010 100011

Color Harmonies of #4A6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B5F

Black with #4A6B5F

Text Example


Text Example

White with #4A6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,95); }

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

background-color css

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

 a { background-color: rgb(74,107,95); }

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

border-color css

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

 span { border-color: rgb(74,107,95); }

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