#4B7159

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

Shades of Como #4B7159

Tints of Como #4B7159

Color information

#4B7159 (or 0x4B7159) is unknown color: approx Como. HEX triplet: 4B, 71 and 59. RGB value is (75,113,89). Sum of RGB (Red+Green+Blue) = 75+113+89=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7159 is #B48EA6. Grayscale: #626262. Windows color (decimal): -11832999 or 5861707. OLE color: 5861707.

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

Color convert

RGB7511389-
CMYK0.3400.210.56
HSL142.11º20.21%36.86%-
HSV(B)142.11º33.63%44.31%-
XYZ10.6114.0311.6-
YUV98.9122.41110.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=27.08%
G=40.79%
B=32.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75113890.3400.210.56142.1120.2136.86
Hex4B715922015388e1425
Octal11316113142025702162445
Binary1001011111000110110011000100101011110001000111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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