Html Css Color HEX #4A7062 Stromboli

📋 copy color: '#4A7062'

red 74 ◦ green 112 ◦ blue 98

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

Shades of Stromboli #4A7062

Tints of Stromboli #4A7062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.51%

R = 26.06%
G = 39.44%
B = 34.51%

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

#4A7062 (or 0x4A7062) is known color: Stromboli. HEX triplet: 4A, 70 and 62. RGB value is (74,112,98). Sum of RGB (Red+Green+Blue) = 74+112+98=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7062 is #B58F9D. Grayscale: #636363. Windows color (decimal): -11898782 or 6451274. OLE color: 6451274.

HSL color Cylindrical-coordinate representation of color #4A7062: hue angle of 157.89º 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 #4A7062 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 112 98 -
CMYK 0.34 0 0.13 0.56
HSL 157.89º 0.2% 0.36% -
HSV(B) 157.89º 0.34% 0.44% -
XYZ 10.82 13.93 13.67 -
YUV 99.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 74 112 98 0.34 0 0.13 0.56 157.89 0.2 0.36
Hex 4A 70 62 22 0 D 38 9E 14 24
Octal 112 160 142 42 0 15 70 236 24 44
Binary 1001010 1110000 1100010 100010 0 1101 111000 10011110 10100 100100

Color Harmonies of #4A7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7062

Black with #4A7062

Text Example


Text Example

White with #4A7062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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