Shades of Cedar #46302B
Tints of Cedar #46302B
RGB
CMYK
RGB Variations
Color information
#46302B (or 0x46302B) is known color: Cedar. HEX triplet: 46, 30 and 2B. RGB value is (70,48,43). Sum of RGB (Red+Green+Blue) = 70+48+43=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #46302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46302B is #B9CFD4. Grayscale: #363636. Windows color (decimal): -12177365 or 2830406. OLE color: 2830406.
HSL color Cylindrical-coordinate representation of color #46302B: hue angle of 11.11º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46302B is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 48 | 43 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.73 |
| HSL | 11.11º | 0.24% | 0.22% | - |
| HSV(B) | 11.11º | 0.39% | 0.27% | - |
| XYZ | 4.02 | 3.59 | 2.77 | - |
| YUV | 54.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 43 | 0 | 0.31 | 0.39 | 0.73 | 11.11 | 0.24 | 0.22 |
| Hex | 46 | 30 | 2B | 0 | 1F | 27 | 49 | B | 18 | 16 |
| Octal | 106 | 60 | 53 | 0 | 37 | 47 | 111 | 13 | 30 | 26 |
| Binary | 1000110 | 110000 | 101011 | 0 | 11111 | 100111 | 1001001 | 1011 | 11000 | 10110 |
Color Harmonies of #46302B
Complementary color
Monochromatic Colors of #46302B
Black with #46302B
Text Example
Text Example
White with #46302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46302B; }
p { color: rgb(70,48,43); }
H1.HeaderClassName
{
color: #46302B;
}
.AnyTagClassName
{
color: #46302B;
}
</style>
background-color css
<style>
a { background-color: #46302B; }
a { background-color: rgb(70,48,43); }
div.DivClassName
{
background-color: #46302B;
}
.BgClassName
{
background-color: #46302B;
}
</style>
border-color css
<style>
span { border-color: #46302B; }
span { border-color: rgb(70,48,43); }
td.TdClassName
{
border-color: #46302B;
}
.TagClassName
{
border-color: #46302B;
}
</style>