Html Css Color HEX #4A6C5F Stromboli

📋 copy color: '#4A6C5F'

red 74 ◦ green 108 ◦ blue 95

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

Shades of Stromboli #4A6C5F

Tints of Stromboli #4A6C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.99%

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

R = 26.71%
G = 38.99%
B = 34.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#4A6C5F (or 0x4A6C5F) is known color: Stromboli. HEX triplet: 4A, 6C and 5F. RGB value is (74,108,95). Sum of RGB (Red+Green+Blue) = 74+108+95=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #4A6C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6C5F is #B593A0. Grayscale: #606060. Windows color (decimal): -11899809 or 6253642. OLE color: 6253642.

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

Color convert

RGB 74 108 95 -
CMYK 0.31 0 0.12 0.58
HSL 157.06º 0.19% 0.36% -
HSV(B) 157.06º 0.31% 0.42% -
XYZ 10.25 13.01 12.8 -
YUV 96.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 74 108 95 0.31 0 0.12 0.58 157.06 0.19 0.36
Hex 4A 6C 5F 1F 0 C 3A 9D 13 24
Octal 112 154 137 37 0 14 72 235 23 44
Binary 1001010 1101100 1011111 11111 0 1100 111010 10011101 10011 100100

Color Harmonies of #4A6C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6C5F

Black with #4A6C5F

Text Example


Text Example

White with #4A6C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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