#4B7056

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

Shades of Como #4B7056

Tints of Como #4B7056

Color information

#4B7056 (or 0x4B7056) is unknown color: approx Como. HEX triplet: 4B, 70 and 56. RGB value is (75,112,86). Sum of RGB (Red+Green+Blue) = 75+112+86=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7056 is #B48FA9. Grayscale: #626262. Windows color (decimal): -11833258 or 5664843. OLE color: 5664843.

HSL color Cylindrical-coordinate representation of color #4B7056: hue angle of 137.84º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B7056 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB7511286-
CMYK0.3300.230.56
HSL137.84º19.79%36.67%-
HSV(B)137.84º33.04%43.92%-
XYZ10.3813.7610.91-
YUV97.97121.24111.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=27.47%
G=41.03%
B=31.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75112860.3300.230.56137.8419.7936.67
Hex4B705621017388a1425
Octal11316012641027702122445
Binary1001011111000010101101000010101111110001000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,112,86); }

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

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

 a { background-color: rgb(75,112,86); }

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

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

 span { border-color: rgb(75,112,86); }

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