#46503F

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

Shades of Cabbage Pont #46503F

Tints of Cabbage Pont #46503F

Color information

#46503F (or 0x46503F) is unknown color: approx Cabbage Pont. HEX triplet: 46, 50 and 3F. RGB value is (70,80,63). Sum of RGB (Red+Green+Blue) = 70+80+63=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #46503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46503F is #B9AFC0. Grayscale: #4B4B4B. Windows color (decimal): -12169153 or 4149318. OLE color: 4149318.

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

Color convert

RGB708063-
CMYK0.1200.210.69
HSL95.29º11.89%28.04%-
HSV(B)95.29º21.25%31.37%-
XYZ6.297.45.8-
YUV75.07121.19124.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 80 (31.64% from 255) = 37.56%
BLUE value IS 63 (25% from 255) = 29.58%
R=32.86%
G=37.56%
B=29.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080630.1200.210.6995.2911.8928.04
Hex46503FC015455fc1c
Octal10612077140251051371434
Binary10001101010000111111110001010110001011011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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