#4B6B61

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

Shades of Stromboli #4B6B61

Tints of Stromboli #4B6B61

Color information

#4B6B61 (or 0x4B6B61) is unknown color: approx Stromboli. HEX triplet: 4B, 6B and 61. RGB value is (75,107,97). Sum of RGB (Red+Green+Blue) = 75+107+97=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6B61 is #B4949E. Grayscale: #606060. Windows color (decimal): -11834527 or 6384459. OLE color: 6384459.

HSL color Cylindrical-coordinate representation of color #4B6B61: hue angle of 161.25º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B6B61 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB7510797-
CMYK0.3000.090.58
HSL161.25º17.58%35.69%-
HSV(B)161.25º29.91%41.96%-
XYZ10.3212.8713.25-
YUV96.29128.4112.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=26.88%
G=38.35%
B=34.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75107970.3000.090.58161.2517.5835.69
Hex4B6B611E093Aa11224
Octal11315314136011722412244
Binary10010111101011110000111110010011110101010000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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