#46503B

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

Shades of Cabbage Pont #46503B

Tints of Cabbage Pont #46503B

Color information

#46503B (or 0x46503B) is unknown color: approx Cabbage Pont. HEX triplet: 46, 50 and 3B. RGB value is (70,80,59). Sum of RGB (Red+Green+Blue) = 70+80+59=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #46503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46503B is #B9AFC4. Grayscale: #4A4A4A. Windows color (decimal): -12169157 or 3887174. OLE color: 3887174.

HSL color Cylindrical-coordinate representation of color #46503B: hue angle of 88.57º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46503B is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB708059-
CMYK0.1200.260.69
HSL88.57º15.11%27.25%-
HSV(B)88.57º26.25%31.37%-
XYZ6.187.365.23-
YUV74.62119.19124.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=33.49%
G=38.28%
B=28.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080590.1200.260.6988.5715.1127.25
Hex46503BC01A4559f1b
Octal10612073140321051311733
Binary10001101010000111011110001101010001011011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46503B; }

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

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

<style>
 a { background-color: #46503B; }

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

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

<style>
 span { border-color: #46503B; }

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

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