#4A7262

Color #4A7262 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #4A7262

Tints of Stromboli #4A7262

Color information

#4A7262 (or 0x4A7262) is unknown color: approx Stromboli. HEX triplet: 4A, 72 and 62. RGB value is (74,114,98). Sum of RGB (Red+Green+Blue) = 74+114+98=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7262 is #B58D9D. Grayscale: #646464. Windows color (decimal): -11898270 or 6451786. OLE color: 6451786.

HSL color Cylindrical-coordinate representation of color #4A7262: hue angle of 156º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A7262 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB7411498-
CMYK0.3500.140.55
HSL156º21.28%36.86%-
HSV(B)156º35.09%44.71%-
XYZ11.0514.3713.75-
YUV100.22126.75109.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.87%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=25.87%
G=39.86%
B=34.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74114980.3500.140.5515621.2836.86
Hex4A7262230E379c1525
Octal11216214243016672342545
Binary100101011100101100010100011011101101111001110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A7262;
 }
 .AnyTagClassName
 {
   color: #4A7262;
 }
</style>
background-color css

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

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

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

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

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

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