Html Css Color HEX #4A5044 Cabbage Pont

📋 copy color: '#4A5044'

red 74 ◦ green 80 ◦ blue 68

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

Shades of Cabbage Pont #4A5044

Tints of Cabbage Pont #4A5044

RGB

 RED value IS 74 (29.3% from 255) = 33.33%

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 68 (26.95% from 255) = 30.63%

R = 33.33%
G = 36.04%
B = 30.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4A5044 (or 0x4A5044) is known color: Cabbage Pont. HEX triplet: 4A, 50 and 44. RGB value is (74,80,68). Sum of RGB (Red+Green+Blue) = 74+80+68=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5044 is #B5AFBB. Grayscale: #4C4C4C. Windows color (decimal): -11907004 or 4477002. OLE color: 4477002.

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

Color convert

RGB 74 80 68 -
CMYK 0.08 0 0.15 0.69
HSL 90º 0.08% 0.29% -
HSV(B) 90º 0.15% 0.31% -
XYZ 6.74 7.61 6.58 -
YUV 76.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 74 80 68 0.08 0 0.15 0.69 90 0.08 0.29
Hex 4A 50 44 8 0 F 45 5A 8 1D
Octal 112 120 104 10 0 17 105 132 10 35
Binary 1001010 1010000 1000100 1000 0 1111 1000101 1011010 1000 11101

Color Harmonies of #4A5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5044

Black with #4A5044

Text Example


Text Example

White with #4A5044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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