Shades of Camelot #70454E
Tints of Camelot #70454E
RGB
CMYK
RGB Variations
Color information
#70454E (or 0x70454E) is known color: Camelot. HEX triplet: 70, 45 and 4E. RGB value is (112,69,78). Sum of RGB (Red+Green+Blue) = 112+69+78=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70454E is #8FBAB1. Grayscale: #525252. Windows color (decimal): -9419442 or 5129584. OLE color: 5129584.
HSL color Cylindrical-coordinate representation of color #70454E: hue angle of 347.44º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70454E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 78 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.56 |
| HSL | 347.44º | 0.24% | 0.35% | - |
| HSV(B) | 347.44º | 0.38% | 0.44% | - |
| XYZ | 10.19 | 8.25 | 8.26 | - |
| YUV | 82.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 78 | 0 | 0.38 | 0.30 | 0.56 | 347.44 | 0.24 | 0.35 |
| Hex | 70 | 45 | 4E | 0 | 26 | 1E | 38 | 15B | 18 | 23 |
| Octal | 160 | 105 | 116 | 0 | 46 | 36 | 70 | 533 | 30 | 43 |
| Binary | 1110000 | 1000101 | 1001110 | 0 | 100110 | 11110 | 111000 | 101011011 | 11000 | 100011 |
Color Harmonies of #70454E
Complementary color
Monochromatic Colors of #70454E
Black with #70454E
Text Example
Text Example
White with #70454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70454E; }
p { color: rgb(112,69,78); }
H1.HeaderClassName
{
color: #70454E;
}
.AnyTagClassName
{
color: #70454E;
}
</style>
background-color css
<style>
a { background-color: #70454E; }
a { background-color: rgb(112,69,78); }
div.DivClassName
{
background-color: #70454E;
}
.BgClassName
{
background-color: #70454E;
}
</style>
border-color css
<style>
span { border-color: #70454E; }
span { border-color: rgb(112,69,78); }
td.TdClassName
{
border-color: #70454E;
}
.TagClassName
{
border-color: #70454E;
}
</style>