Html Css Color HEX #4A675E Stromboli

📋 copy color: '#4A675E'

red 74 ◦ green 103 ◦ blue 94

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

Shades of Stromboli #4A675E

Tints of Stromboli #4A675E

RGB

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

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

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

R = 27.31%
G = 38.01%
B = 34.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#4A675E (or 0x4A675E) is known color: Stromboli. HEX triplet: 4A, 67 and 5E. RGB value is (74,103,94). Sum of RGB (Red+Green+Blue) = 74+103+94=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #4A675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A675E is #B598A1. Grayscale: #5D5D5D. Windows color (decimal): -11901090 or 6186826. OLE color: 6186826.

HSL color Cylindrical-coordinate representation of color #4A675E: hue angle of 161.38º 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 #4A675E is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 94 -
CMYK 0.28 0 0.09 0.60
HSL 161.38º 0.16% 0.35% -
HSV(B) 161.38º 0.28% 0.4% -
XYZ 9.69 11.96 12.39 -
YUV 93.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 74 103 94 0.28 0 0.09 0.60 161.38 0.16 0.35
Hex 4A 67 5E 1C 0 9 3C A1 10 23
Octal 112 147 136 34 0 11 74 241 20 43
Binary 1001010 1100111 1011110 11100 0 1001 111100 10100001 10000 100011

Color Harmonies of #4A675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A675E

Black with #4A675E

Text Example


Text Example

White with #4A675E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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