Html Css Color HEX #4A5444 Cabbage Pont

📋 copy color: '#4A5444'

red 74 ◦ green 84 ◦ blue 68

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

Shades of Cabbage Pont #4A5444

Tints of Cabbage Pont #4A5444

RGB

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

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

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

R = 32.74%
G = 37.17%
B = 30.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#4A5444 (or 0x4A5444) is known color: Cabbage Pont. HEX triplet: 4A, 54 and 44. RGB value is (74,84,68). Sum of RGB (Red+Green+Blue) = 74+84+68=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5444 is #B5ABBB. Grayscale: #4F4F4F. Windows color (decimal): -11905980 or 4478026. OLE color: 4478026.

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

Color convert

RGB 74 84 68 -
CMYK 0.12 0 0.19 0.67
HSL 97.5º 0.11% 0.3% -
HSV(B) 97.5º 0.19% 0.33% -
XYZ 7.04 8.21 6.68 -
YUV 79.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 74 84 68 0.12 0 0.19 0.67 97.5 0.11 0.3
Hex 4A 54 44 C 0 13 43 62 B 1E
Octal 112 124 104 14 0 23 103 142 13 36
Binary 1001010 1010100 1000100 1100 0 10011 1000011 1100010 1011 11110

Color Harmonies of #4A5444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5444

Black with #4A5444

Text Example


Text Example

White with #4A5444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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