#46443F

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

Shades of Dune #46443F

Tints of Dune #46443F

Color information

#46443F (or 0x46443F) is unknown color: approx Dune. HEX triplet: 46, 44 and 3F. RGB value is (70,68,63). Sum of RGB (Red+Green+Blue) = 70+68+63=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 70 - color contains mainly: red. Hex color #46443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46443F is #B9BBC0. Grayscale: #444444. Windows color (decimal): -12172225 or 4146246. OLE color: 4146246.

HSL color Cylindrical-coordinate representation of color #46443F: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46443F is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB706863-
CMYK00.030.100.73
HSL42.86º5.26%26.08%-
HSV(B)42.86º10%27.45%-
XYZ5.495.85.53-
YUV68.03125.16129.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.83%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 63 (25% from 255) = 31.34%
R=34.83%
G=33.83%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70686300.030.100.7342.865.2626.08
Hex46443F03A492b51a
Octal10610477031211153532
Binary100011010001001111110111010100100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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