#4A5046

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

Shades of Cabbage Pont #4A5046

Tints of Cabbage Pont #4A5046

Color information

#4A5046 (or 0x4A5046) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 50 and 46. RGB value is (74,80,70). Sum of RGB (Red+Green+Blue) = 74+80+70=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5046 is #B5AFB9. Grayscale: #4D4D4D. Windows color (decimal): -11907002 or 4608074. OLE color: 4608074.

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

Color convert

RGB748070-
CMYK0.0800.120.69
HSL96º6.67%29.41%-
HSV(B)96º12.5%31.37%-
XYZ6.87.646.91-
YUV77.07124.01125.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=33.04%
G=35.71%
B=31.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7480700.0800.120.69966.6729.41
Hex4A504680C456071d
Octal11212010610014105140735
Binary1001010101000010001101000011001000101110000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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