#4A5244

Color #4A5244 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #4A5244

Tints of Cabbage Pont #4A5244

Color information

#4A5244 (or 0x4A5244) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 52 and 44. RGB value is (74,82,68). Sum of RGB (Red+Green+Blue) = 74+82+68=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #4A5244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5244 is #B5ADBB. Grayscale: #4E4E4E. Windows color (decimal): -11906492 or 4477514. OLE color: 4477514.

HSL color Cylindrical-coordinate representation of color #4A5244: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4A5244 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB748268-
CMYK0.1000.170.68
HSL94.29º9.33%29.41%-
HSV(B)94.29º17.07%32.16%-
XYZ6.887.916.63-
YUV78.01122.35125.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 68 (26.95% from 255) = 30.36%
R=33.04%
G=36.61%
B=30.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7482680.1000.170.6894.299.3329.41
Hex4A5244A011445e91d
Octal112122104120211041361135
Binary100101010100101000100101001000110001001011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A5244;
 }
 .AnyTagClassName
 {
   color: #4A5244;
 }
</style>
background-color css

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

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

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

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

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

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