#4B615E

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

Shades of Mako #4B615E

Tints of Mako #4B615E

Color information

#4B615E (or 0x4B615E) is unknown color: approx Mako. HEX triplet: 4B, 61 and 5E. RGB value is (75,97,94). Sum of RGB (Red+Green+Blue) = 75+97+94=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #4B615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B615E is #B49EA1. Grayscale: #5A5A5A. Windows color (decimal): -11837090 or 6185291. OLE color: 6185291.

HSL color Cylindrical-coordinate representation of color #4B615E: hue angle of 171.82º 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 #4B615E is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB759794-
CMYK0.2300.030.62
HSL171.82º12.79%33.73%-
HSV(B)171.82º22.68%38.04%-
XYZ9.210.8512.2-
YUV90.08130.21117.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.20%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=28.20%
G=36.47%
B=35.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597940.2300.030.62171.8212.7933.73
Hex4B615E17033Eacd22
Octal1131411362703762541542
Binary10010111100001101111010111011111110101011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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