#4B605E

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

Shades of Mako #4B605E

Tints of Mako #4B605E

Color information

#4B605E (or 0x4B605E) is unknown color: approx Mako. HEX triplet: 4B, 60 and 5E. RGB value is (75,96,94). Sum of RGB (Red+Green+Blue) = 75+96+94=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #4B605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B605E is #B49FA1. Grayscale: #595959. Windows color (decimal): -11837346 or 6185035. OLE color: 6185035.

HSL color Cylindrical-coordinate representation of color #4B605E: hue angle of 174.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B605E is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB759694-
CMYK0.2200.020.62
HSL174.29º12.28%33.53%-
HSV(B)174.29º21.88%37.65%-
XYZ9.110.6712.17-
YUV89.49130.54117.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.30%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=28.30%
G=36.23%
B=35.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596940.2200.020.62174.2912.2833.53
Hex4B605E16023Eaec22
Octal1131401362602762561442
Binary10010111100000101111010110010111110101011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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