#46292F

Color #46292F Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #46292F

Tints of Cab Sav #46292F

Color information

#46292F (or 0x46292F) is unknown color: approx Cab Sav. HEX triplet: 46, 29 and 2F. RGB value is (70,41,47). Sum of RGB (Red+Green+Blue) = 70+41+47=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #46292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46292F is #B9D6D0. Grayscale: #323232. Windows color (decimal): -12179153 or 3090758. OLE color: 3090758.

HSL color Cylindrical-coordinate representation of color #46292F: hue angle of 347.59º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46292F is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB704147-
CMYK00.410.330.73
HSL347.59º26.13%21.76%-
HSV(B)347.59º41.43%27.45%-
XYZ3.833.093.08-
YUV50.36126.11142.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=44.30%
G=25.95%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70414700.410.330.73347.5926.1321.76
Hex46292F029214915c1a16
Octal1065157051411115343226
Binary1000110101001101111010100110000110010011010111001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,41,47); }

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

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

 a { background-color: rgb(70,41,47); }

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

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

 span { border-color: rgb(70,41,47); }

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