#46282F

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

Shades of Cab Sav #46282F

Tints of Cab Sav #46282F

Color information

#46282F (or 0x46282F) is unknown color: approx Cab Sav. HEX triplet: 46, 28 and 2F. RGB value is (70,40,47). Sum of RGB (Red+Green+Blue) = 70+40+47=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #46282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46282F is #B9D7D0. Grayscale: #313131. Windows color (decimal): -12179409 or 3090502. OLE color: 3090502.

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

Color convert

RGB704047-
CMYK00.430.330.73
HSL346º27.27%21.57%-
HSV(B)346º42.86%27.45%-
XYZ3.83.023.07-
YUV49.77126.44142.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=44.59%
G=25.48%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70404700.430.330.7334627.2721.57
Hex46282F02B214915a1b16
Octal1065057053411115323326
Binary1000110101000101111010101110000110010011010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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