#4D504A

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

Shades of Cabbage Pont #4D504A

Tints of Cabbage Pont #4D504A

Color information

#4D504A (or 0x4D504A) is unknown color: approx Cabbage Pont. HEX triplet: 4D, 50 and 4A. RGB value is (77,80,74). Sum of RGB (Red+Green+Blue) = 77+80+74=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 80 - color contains mainly: green. Hex color #4D504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D504A is #B2AFB5. Grayscale: #4E4E4E. Windows color (decimal): -11710390 or 4870221. OLE color: 4870221.

HSL color Cylindrical-coordinate representation of color #4D504A: hue angle of 90º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4D504A is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB778074-
CMYK0.0400.080.69
HSL90º3.9%30.2%-
HSV(B)90º7.5%31.37%-
XYZ7.177.817.61-
YUV78.42125.51126.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=33.33%
G=34.63%
B=32.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780740.0400.080.69903.930.2
Hex4D504A408455a41e
Octal1151201124010105132436
Binary100110110100001001010100010001000101101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,80,74); }

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

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

 a { background-color: rgb(77,80,74); }

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

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

 span { border-color: rgb(77,80,74); }

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