Shades of Toledo #462234
Tints of Toledo #462234
RGB
CMYK
RGB Variations
Color information
#462234 (or 0x462234) is known color: Toledo. HEX triplet: 46, 22 and 34. RGB value is (70,34,52). Sum of RGB (Red+Green+Blue) = 70+34+52=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #462234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462234 is #B9DDCB. Grayscale: #2E2E2E. Windows color (decimal): -12180940 or 3416646. OLE color: 3416646.
HSL color Cylindrical-coordinate representation of color #462234: hue angle of 330º 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 #462234 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 34 | 52 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.73 |
| HSL | 330º | 0.35% | 0.2% | - |
| HSV(B) | 330º | 0.51% | 0.27% | - |
| XYZ | 3.72 | 2.69 | 3.57 | - |
| YUV | 46.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 52 | 0 | 0.51 | 0.26 | 0.73 | 330 | 0.35 | 0.2 |
| Hex | 46 | 22 | 34 | 0 | 33 | 1A | 49 | 14A | 23 | 14 |
| Octal | 106 | 42 | 64 | 0 | 63 | 32 | 111 | 512 | 43 | 24 |
| Binary | 1000110 | 100010 | 110100 | 0 | 110011 | 11010 | 1001001 | 101001010 | 100011 | 10100 |
Color Harmonies of #462234
Complementary color
Monochromatic Colors of #462234
Black with #462234
Text Example
Text Example
White with #462234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462234; }
p { color: rgb(70,34,52); }
H1.HeaderClassName
{
color: #462234;
}
.AnyTagClassName
{
color: #462234;
}
</style>
background-color css
<style>
a { background-color: #462234; }
a { background-color: rgb(70,34,52); }
div.DivClassName
{
background-color: #462234;
}
.BgClassName
{
background-color: #462234;
}
</style>
border-color css
<style>
span { border-color: #462234; }
span { border-color: rgb(70,34,52); }
td.TdClassName
{
border-color: #462234;
}
.TagClassName
{
border-color: #462234;
}
</style>