Shades of Toledo #462235
Tints of Toledo #462235
RGB
CMYK
RGB Variations
Color information
#462235 (or 0x462235) is known color: Toledo. HEX triplet: 46, 22 and 35. RGB value is (70,34,53). Sum of RGB (Red+Green+Blue) = 70+34+53=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462235 is #B9DDCA. Grayscale: #2E2E2E. Windows color (decimal): -12180939 or 3482182. OLE color: 3482182.
HSL color Cylindrical-coordinate representation of color #462235: hue angle of 328.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462235 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 53 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.73 |
| HSL | 328.33º | 0.35% | 0.2% | - |
| HSV(B) | 328.33º | 0.51% | 0.27% | - |
| XYZ | 3.74 | 2.7 | 3.69 | - |
| YUV | 46.93 | 131.43 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 53 | 0 | 0.51 | 0.24 | 0.73 | 328.33 | 0.35 | 0.2 |
| Hex | 46 | 22 | 35 | 0 | 33 | 18 | 49 | 148 | 23 | 14 |
| Octal | 106 | 42 | 65 | 0 | 63 | 30 | 111 | 510 | 43 | 24 |
| Binary | 1000110 | 100010 | 110101 | 0 | 110011 | 11000 | 1001001 | 101001000 | 100011 | 10100 |
Color Harmonies of #462235
Complementary color
Monochromatic Colors of #462235
Black with #462235
Text Example
Text Example
White with #462235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462235; }
p { color: rgb(70,34,53); }
H1.HeaderClassName
{
color: #462235;
}
.AnyTagClassName
{
color: #462235;
}
</style>
background-color css
<style>
a { background-color: #462235; }
a { background-color: rgb(70,34,53); }
div.DivClassName
{
background-color: #462235;
}
.BgClassName
{
background-color: #462235;
}
</style>
border-color css
<style>
span { border-color: #462235; }
span { border-color: rgb(70,34,53); }
td.TdClassName
{
border-color: #462235;
}
.TagClassName
{
border-color: #462235;
}
</style>