#4B6A60

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

Shades of Stromboli #4B6A60

Tints of Stromboli #4B6A60

Color information

#4B6A60 (or 0x4B6A60) is unknown color: approx Stromboli. HEX triplet: 4B, 6A and 60. RGB value is (75,106,96). Sum of RGB (Red+Green+Blue) = 75+106+96=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6A60 is #B4959F. Grayscale: #5F5F5F. Windows color (decimal): -11834784 or 6318667. OLE color: 6318667.

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

Color convert

RGB7510696-
CMYK0.2900.090.58
HSL160.65º17.13%35.49%-
HSV(B)160.65º29.25%41.57%-
XYZ10.1712.6512.97-
YUV95.59128.23113.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=27.08%
G=38.27%
B=34.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75106960.2900.090.58160.6517.1335.49
Hex4B6A601D093Aa11123
Octal11315214035011722412143
Binary10010111101010110000011101010011110101010000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,106,96); }

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

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

 a { background-color: rgb(75,106,96); }

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

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

 span { border-color: rgb(75,106,96); }

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