#4D6F5A

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

Shades of Como #4D6F5A

Tints of Como #4D6F5A

Color information

#4D6F5A (or 0x4D6F5A) is unknown color: approx Como. HEX triplet: 4D, 6F and 5A. RGB value is (77,111,90). Sum of RGB (Red+Green+Blue) = 77+111+90=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F5A is #B290A5. Grayscale: #626262. Windows color (decimal): -11702438 or 5926733. OLE color: 5926733.

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

Color convert

RGB7711190-
CMYK0.3100.190.56
HSL142.94º18.09%36.86%-
HSV(B)142.94º30.63%43.53%-
XYZ10.5913.6811.76-
YUV98.44123.24112.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.70%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=27.70%
G=39.93%
B=32.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77111900.3100.190.56142.9418.0936.86
Hex4D6F5A1F013388f1225
Octal11515713237023702172245
Binary100110111011111011010111110100111110001000111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,111,90); }

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

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

 a { background-color: rgb(77,111,90); }

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

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

 span { border-color: rgb(77,111,90); }

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