Shades of Finn #70465A
Tints of Finn #70465A
RGB
CMYK
RGB Variations
Color information
#70465A (or 0x70465A) is known color: Finn. HEX triplet: 70, 46 and 5A. RGB value is (112,70,90). Sum of RGB (Red+Green+Blue) = 112+70+90=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70465A is #8FB9A5. Grayscale: #545454. Windows color (decimal): -9419174 or 5916272. OLE color: 5916272.
HSL color Cylindrical-coordinate representation of color #70465A: hue angle of 331.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70465A is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 70 | 90 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.56 |
| HSL | 331.43º | 0.23% | 0.36% | - |
| HSV(B) | 331.43º | 0.38% | 0.44% | - |
| XYZ | 10.72 | 8.56 | 10.76 | - |
| YUV | 84.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 90 | 0 | 0.38 | 0.20 | 0.56 | 331.43 | 0.23 | 0.36 |
| Hex | 70 | 46 | 5A | 0 | 26 | 14 | 38 | 14B | 17 | 24 |
| Octal | 160 | 106 | 132 | 0 | 46 | 24 | 70 | 513 | 27 | 44 |
| Binary | 1110000 | 1000110 | 1011010 | 0 | 100110 | 10100 | 111000 | 101001011 | 10111 | 100100 |
Color Harmonies of #70465A
Complementary color
Monochromatic Colors of #70465A
Black with #70465A
Text Example
Text Example
White with #70465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70465A; }
p { color: rgb(112,70,90); }
H1.HeaderClassName
{
color: #70465A;
}
.AnyTagClassName
{
color: #70465A;
}
</style>
background-color css
<style>
a { background-color: #70465A; }
a { background-color: rgb(112,70,90); }
div.DivClassName
{
background-color: #70465A;
}
.BgClassName
{
background-color: #70465A;
}
</style>
border-color css
<style>
span { border-color: #70465A; }
span { border-color: rgb(112,70,90); }
td.TdClassName
{
border-color: #70465A;
}
.TagClassName
{
border-color: #70465A;
}
</style>