Shades of Castro #46262E
Tints of Castro #46262E
RGB
CMYK
RGB Variations
Color information
#46262E (or 0x46262E) is known color: Castro. HEX triplet: 46, 26 and 2E. RGB value is (70,38,46). Sum of RGB (Red+Green+Blue) = 70+38+46=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46262E is #B9D9D1. Grayscale: #303030. Windows color (decimal): -12179922 or 3024454. OLE color: 3024454.
HSL color Cylindrical-coordinate representation of color #46262E: hue angle of 345º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46262E is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 46 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.73 |
| HSL | 345º | 0.3% | 0.21% | - |
| HSV(B) | 345º | 0.46% | 0.27% | - |
| XYZ | 3.71 | 2.89 | 2.95 | - |
| YUV | 48.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 46 | 0 | 0.46 | 0.34 | 0.73 | 345 | 0.3 | 0.21 |
| Hex | 46 | 26 | 2E | 0 | 2E | 22 | 49 | 159 | 1E | 15 |
| Octal | 106 | 46 | 56 | 0 | 56 | 42 | 111 | 531 | 36 | 25 |
| Binary | 1000110 | 100110 | 101110 | 0 | 101110 | 100010 | 1001001 | 101011001 | 11110 | 10101 |
Color Harmonies of #46262E
Complementary color
Monochromatic Colors of #46262E
Black with #46262E
Text Example
Text Example
White with #46262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46262E; }
p { color: rgb(70,38,46); }
H1.HeaderClassName
{
color: #46262E;
}
.AnyTagClassName
{
color: #46262E;
}
</style>
background-color css
<style>
a { background-color: #46262E; }
a { background-color: rgb(70,38,46); }
div.DivClassName
{
background-color: #46262E;
}
.BgClassName
{
background-color: #46262E;
}
</style>
border-color css
<style>
span { border-color: #46262E; }
span { border-color: rgb(70,38,46); }
td.TdClassName
{
border-color: #46262E;
}
.TagClassName
{
border-color: #46262E;
}
</style>