#4A6861

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

Shades of Stromboli #4A6861

Tints of Stromboli #4A6861

Color information

#4A6861 (or 0x4A6861) is unknown color: approx Stromboli. HEX triplet: 4A, 68 and 61. RGB value is (74,104,97). Sum of RGB (Red+Green+Blue) = 74+104+97=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6861 is #B5979E. Grayscale: #5E5E5E. Windows color (decimal): -11900831 or 6383690. OLE color: 6383690.

HSL color Cylindrical-coordinate representation of color #4A6861: hue angle of 166º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A6861 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB7410497-
CMYK0.2900.070.59
HSL166º16.85%34.9%-
HSV(B)166º28.85%40.78%-
XYZ9.9312.2213.14-
YUV94.23129.56113.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.91%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=26.91%
G=37.82%
B=35.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74104970.2900.070.5916616.8534.9
Hex4A68611D073Ba61123
Octal1121501413507732462143
Binary1001010110100011000011110101111110111010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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