Html Css Color HEX #4A5440 Cabbage Pont

📋 copy color: '#4A5440'

red 74 ◦ green 84 ◦ blue 64

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

Shades of Cabbage Pont #4A5440

Tints of Cabbage Pont #4A5440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.83%

R = 33.33%
G = 37.84%
B = 28.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#4A5440 (or 0x4A5440) is known color: Cabbage Pont. HEX triplet: 4A, 54 and 40. RGB value is (74,84,64). Sum of RGB (Red+Green+Blue) = 74+84+64=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5440 is #B5ABBF. Grayscale: #4E4E4E. Windows color (decimal): -11905984 or 4215882. OLE color: 4215882.

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

Color convert

RGB 74 84 64 -
CMYK 0.12 0 0.24 0.67
HSL 90º 0.14% 0.29% -
HSV(B) 90º 0.24% 0.33% -
XYZ 6.92 8.17 6.06 -
YUV 78.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 74 84 64 0.12 0 0.24 0.67 90 0.14 0.29
Hex 4A 54 40 C 0 18 43 5A E 1D
Octal 112 124 100 14 0 30 103 132 16 35
Binary 1001010 1010100 1000000 1100 0 11000 1000011 1011010 1110 11101

Color Harmonies of #4A5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5440

Black with #4A5440

Text Example


Text Example

White with #4A5440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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