#4B6B59

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

Shades of Como #4B6B59

Tints of Como #4B6B59

Color information

#4B6B59 (or 0x4B6B59) is unknown color: approx Como. HEX triplet: 4B, 6B and 59. RGB value is (75,107,89). Sum of RGB (Red+Green+Blue) = 75+107+89=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6B59 is #B494A6. Grayscale: #5F5F5F. Windows color (decimal): -11834535 or 5860171. OLE color: 5860171.

HSL color Cylindrical-coordinate representation of color #4B6B59: hue angle of 146.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 #4B6B59 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB7510789-
CMYK0.3000.170.58
HSL146.25º17.58%35.69%-
HSV(B)146.25º29.91%41.96%-
XYZ9.9612.7311.38-
YUV95.38124.4113.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=27.68%
G=39.48%
B=32.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75107890.3000.170.58146.2517.5835.69
Hex4B6B591E0113A921224
Octal11315313136021722222244
Binary100101111010111011001111100100011110101001001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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