#4A5445

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

Shades of Cabbage Pont #4A5445

Tints of Cabbage Pont #4A5445

Color information

#4A5445 (or 0x4A5445) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 54 and 45. RGB value is (74,84,69). Sum of RGB (Red+Green+Blue) = 74+84+69=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5445 is #B5ABBA. Grayscale: #4F4F4F. Windows color (decimal): -11905979 or 4543562. OLE color: 4543562.

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

Color convert

RGB748469-
CMYK0.1200.180.67
HSL100º9.8%30%-
HSV(B)100º17.86%32.94%-
XYZ7.078.236.85-
YUV79.3122.19124.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.60%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=32.60%
G=37.00%
B=30.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484690.1200.180.671009.830
Hex4A5445C0124364a1e
Octal112124105140221031441236
Binary100101010101001000101110001001010000111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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