Html Css Color HEX #4D504A Cabbage Pont

📋 copy color: '#4D504A'

red 77 ◦ green 80 ◦ blue 74

#4D504A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #4D504A

Tints of Cabbage Pont #4D504A

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.3% from 255) = 32.03%

R = 33.33%
G = 34.63%
B = 32.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4D504A (or 0x4D504A) is known color: 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.07%. 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

RGB 77 80 74 -
CMYK 0.04 0 0.08 0.69
HSL 90º 0.04% 0.3% -
HSV(B) 90º 0.07% 0.31% -
XYZ 7.17 7.81 7.61 -
YUV 78.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 77 80 74 0.04 0 0.08 0.69 90 0.04 0.3
Hex 4D 50 4A 4 0 8 45 5A 4 1E
Octal 115 120 112 4 0 10 105 132 4 36
Binary 1001101 1010000 1001010 100 0 1000 1000101 1011010 100 11110

Color Harmonies of #4D504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D504A

Black with #4D504A

Text Example


Text Example

White with #4D504A

Text Example


Text Example

HTML Codes & Css Web 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>