Html Css Color HEX #4F544A Cabbage Pont

📋 copy color: '#4F544A'

red 79 ◦ green 84 ◦ blue 74

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

Shades of Cabbage Pont #4F544A

Tints of Cabbage Pont #4F544A

RGB

 RED value IS 79 (31.25% from 255) = 33.33%

 GREEN value IS 84 (33.2% from 255) = 35.44%

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 33.33%
G = 35.44%
B = 31.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#4F544A (or 0x4F544A) is known color: Cabbage Pont. HEX triplet: 4F, 54 and 4A. RGB value is (79,84,74). Sum of RGB (Red+Green+Blue) = 79+84+74=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 84 - color contains mainly: green. Hex color #4F544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F544A is #B0ABB5. Grayscale: #515151. Windows color (decimal): -11578294 or 4871247. OLE color: 4871247.

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

Color convert

RGB 79 84 74 -
CMYK 0.06 0 0.12 0.67
HSL 90º 0.06% 0.31% -
HSV(B) 90º 0.12% 0.33% -
XYZ 7.63 8.5 7.72 -
YUV 81.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 79 84 74 0.06 0 0.12 0.67 90 0.06 0.31
Hex 4F 54 4A 6 0 C 43 5A 6 1F
Octal 117 124 112 6 0 14 103 132 6 37
Binary 1001111 1010100 1001010 110 0 1100 1000011 1011010 110 11111

Color Harmonies of #4F544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F544A

Black with #4F544A

Text Example


Text Example

White with #4F544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,84,74); }

 H1.HeaderClassName
 {
   color: #4F544A;
 }
 .AnyTagClassName
 {
   color: #4F544A;
 }
</style>

background-color css

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

 a { background-color: rgb(79,84,74); }

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

border-color css

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

 span { border-color: rgb(79,84,74); }

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