Html Css Color HEX #4A7061 Stromboli

📋 copy color: '#4A7061'

red 74 ◦ green 112 ◦ blue 97

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

Shades of Stromboli #4A7061

Tints of Stromboli #4A7061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 26.15%
G = 39.58%
B = 34.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#4A7061 (or 0x4A7061) is known color: Stromboli. HEX triplet: 4A, 70 and 61. RGB value is (74,112,97). Sum of RGB (Red+Green+Blue) = 74+112+97=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7061 is #B58F9E. Grayscale: #626262. Windows color (decimal): -11898783 or 6385738. OLE color: 6385738.

HSL color Cylindrical-coordinate representation of color #4A7061: hue angle of 156.32º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A7061 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 112 97 -
CMYK 0.34 0 0.13 0.56
HSL 156.32º 0.2% 0.36% -
HSV(B) 156.32º 0.34% 0.44% -
XYZ 10.78 13.91 13.43 -
YUV 98.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 74 112 97 0.34 0 0.13 0.56 156.32 0.2 0.36
Hex 4A 70 61 22 0 D 38 9C 14 24
Octal 112 160 141 42 0 15 70 234 24 44
Binary 1001010 1110000 1100001 100010 0 1101 111000 10011100 10100 100100

Color Harmonies of #4A7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7061

Black with #4A7061

Text Example


Text Example

White with #4A7061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,97); }

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

background-color css

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

 a { background-color: rgb(74,112,97); }

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

border-color css

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

 span { border-color: rgb(74,112,97); }

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