Html Css Color HEX #4A675F Stromboli

📋 copy color: '#4A675F'

red 74 ◦ green 103 ◦ blue 95

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

Shades of Stromboli #4A675F

Tints of Stromboli #4A675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

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

R = 27.21%
G = 37.87%
B = 34.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#4A675F (or 0x4A675F) is known color: Stromboli. HEX triplet: 4A, 67 and 5F. RGB value is (74,103,95). Sum of RGB (Red+Green+Blue) = 74+103+95=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #4A675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A675F is #B598A0. Grayscale: #5D5D5D. Windows color (decimal): -11901089 or 6252362. OLE color: 6252362.

HSL color Cylindrical-coordinate representation of color #4A675F: hue angle of 163.45º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A675F is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 95 -
CMYK 0.28 0 0.08 0.60
HSL 163.45º 0.16% 0.35% -
HSV(B) 163.45º 0.28% 0.4% -
XYZ 9.74 11.98 12.63 -
YUV 93.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 74 103 95 0.28 0 0.08 0.60 163.45 0.16 0.35
Hex 4A 67 5F 1C 0 8 3C A3 10 23
Octal 112 147 137 34 0 10 74 243 20 43
Binary 1001010 1100111 1011111 11100 0 1000 111100 10100011 10000 100011

Color Harmonies of #4A675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A675F

Black with #4A675F

Text Example


Text Example

White with #4A675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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