Shades of Finn #70455C
Tints of Finn #70455C
RGB
CMYK
RGB Variations
Color information
#70455C (or 0x70455C) is known color: Finn. HEX triplet: 70, 45 and 5C. RGB value is (112,69,92). Sum of RGB (Red+Green+Blue) = 112+69+92=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70455C is #8FBAA3. Grayscale: #545454. Windows color (decimal): -9419428 or 6047088. OLE color: 6047088.
HSL color Cylindrical-coordinate representation of color #70455C: hue angle of 327.91º 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 #70455C is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 92 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.56 |
| HSL | 327.91º | 0.24% | 0.35% | - |
| HSV(B) | 327.91º | 0.38% | 0.44% | - |
| XYZ | 10.74 | 8.47 | 11.19 | - |
| YUV | 84.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 92 | 0 | 0.38 | 0.18 | 0.56 | 327.91 | 0.24 | 0.35 |
| Hex | 70 | 45 | 5C | 0 | 26 | 12 | 38 | 148 | 18 | 23 |
| Octal | 160 | 105 | 134 | 0 | 46 | 22 | 70 | 510 | 30 | 43 |
| Binary | 1110000 | 1000101 | 1011100 | 0 | 100110 | 10010 | 111000 | 101001000 | 11000 | 100011 |
Color Harmonies of #70455C
Complementary color
Monochromatic Colors of #70455C
Black with #70455C
Text Example
Text Example
White with #70455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70455C; }
p { color: rgb(112,69,92); }
H1.HeaderClassName
{
color: #70455C;
}
.AnyTagClassName
{
color: #70455C;
}
</style>
background-color css
<style>
a { background-color: #70455C; }
a { background-color: rgb(112,69,92); }
div.DivClassName
{
background-color: #70455C;
}
.BgClassName
{
background-color: #70455C;
}
</style>
border-color css
<style>
span { border-color: #70455C; }
span { border-color: rgb(112,69,92); }
td.TdClassName
{
border-color: #70455C;
}
.TagClassName
{
border-color: #70455C;
}
</style>