#4B615B

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

Shades of Stromboli #4B615B

Tints of Stromboli #4B615B

Color information

#4B615B (or 0x4B615B) is unknown color: approx Stromboli. HEX triplet: 4B, 61 and 5B. RGB value is (75,97,91). Sum of RGB (Red+Green+Blue) = 75+97+91=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #4B615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B615B is #B49EA4. Grayscale: #595959. Windows color (decimal): -11837093 or 5988683. OLE color: 5988683.

HSL color Cylindrical-coordinate representation of color #4B615B: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B615B is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB759791-
CMYK0.2300.060.62
HSL163.64º12.79%33.73%-
HSV(B)163.64º22.68%38.04%-
XYZ9.0610.811.5-
YUV89.74128.71117.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.52%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=28.52%
G=36.88%
B=34.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597910.2300.060.62163.6412.7933.73
Hex4B615B17063Ea4d22
Octal1131411332706762441542
Binary100101111000011011011101110110111110101001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,91); }

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

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

 a { background-color: rgb(75,97,91); }

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

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

 span { border-color: rgb(75,97,91); }

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