#46312A

Color #46312A Rebel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rebel #46312A

Tints of Rebel #46312A

Color information

#46312A (or 0x46312A) is unknown color: approx Rebel. HEX triplet: 46, 31 and 2A. RGB value is (70,49,42). Sum of RGB (Red+Green+Blue) = 70+49+42=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #46312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46312A is #B9CED5. Grayscale: #363636. Windows color (decimal): -12177110 or 2765126. OLE color: 2765126.

HSL color Cylindrical-coordinate representation of color #46312A: hue angle of 15º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46312A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB704942-
CMYK00.300.400.73
HSL15º25%21.96%-
HSV(B)15º40%27.45%-
XYZ4.043.672.69-
YUV54.48120.96139.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=43.48%
G=30.43%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70494200.300.400.73152521.96
Hex46312A01E2849f1916
Octal106615203650111173126
Binary1000110110001101010011110101000100100111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46312A; }

 p { color: rgb(70,49,42); }

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

<style>
 a { background-color: #46312A; }

 a { background-color: rgb(70,49,42); }

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

<style>
 span { border-color: #46312A; }

 span { border-color: rgb(70,49,42); }

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