#4A5047

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

Shades of Cabbage Pont #4A5047

Tints of Cabbage Pont #4A5047

Color information

#4A5047 (or 0x4A5047) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 50 and 47. RGB value is (74,80,71). Sum of RGB (Red+Green+Blue) = 74+80+71=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5047 is #B5AFB8. Grayscale: #4D4D4D. Windows color (decimal): -11907001 or 4673610. OLE color: 4673610.

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

Color convert

RGB748071-
CMYK0.0800.110.69
HSL100º5.96%29.61%-
HSV(B)100º11.25%31.37%-
XYZ6.837.657.08-
YUV77.18124.51125.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=32.89%
G=35.56%
B=31.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7480710.0800.110.691005.9629.61
Hex4A504780B456461e
Octal11212010710013105144636
Binary1001010101000010001111000010111000101110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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