Shades of Castro #46262F
Tints of Castro #46262F
RGB
CMYK
RGB Variations
Color information
#46262F (or 0x46262F) is known color: Castro. HEX triplet: 46, 26 and 2F. RGB value is (70,38,47). Sum of RGB (Red+Green+Blue) = 70+38+47=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46262F is #B9D9D0. Grayscale: #303030. Windows color (decimal): -12179921 or 3089990. OLE color: 3089990.
HSL color Cylindrical-coordinate representation of color #46262F: hue angle of 343.12º 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 #46262F is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 38 | 47 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.73 |
| HSL | 343.13º | 0.3% | 0.21% | - |
| HSV(B) | 343.13º | 0.46% | 0.27% | - |
| XYZ | 3.73 | 2.89 | 3.05 | - |
| YUV | 48.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 47 | 0 | 0.46 | 0.33 | 0.73 | 343.13 | 0.3 | 0.21 |
| Hex | 46 | 26 | 2F | 0 | 2E | 21 | 49 | 157 | 1E | 15 |
| Octal | 106 | 46 | 57 | 0 | 56 | 41 | 111 | 527 | 36 | 25 |
| Binary | 1000110 | 100110 | 101111 | 0 | 101110 | 100001 | 1001001 | 101010111 | 11110 | 10101 |
Color Harmonies of #46262F
Complementary color
Monochromatic Colors of #46262F
Black with #46262F
Text Example
Text Example
White with #46262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46262F; }
p { color: rgb(70,38,47); }
H1.HeaderClassName
{
color: #46262F;
}
.AnyTagClassName
{
color: #46262F;
}
</style>
background-color css
<style>
a { background-color: #46262F; }
a { background-color: rgb(70,38,47); }
div.DivClassName
{
background-color: #46262F;
}
.BgClassName
{
background-color: #46262F;
}
</style>
border-color css
<style>
span { border-color: #46262F; }
span { border-color: rgb(70,38,47); }
td.TdClassName
{
border-color: #46262F;
}
.TagClassName
{
border-color: #46262F;
}
</style>