Shades of Allports #147478
Tints of Allports #147478
RGB
CMYK
RGB Variations
Color information
#147478 (or 0x147478) is known color: Allports. HEX triplet: 14, 74 and 78. RGB value is (20,116,120). Sum of RGB (Red+Green+Blue) = 20+116+120=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #147478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147478 is #EB8B87. Grayscale: #575757. Windows color (decimal): -15436680 or 7894036. OLE color: 7894036.
HSL color Cylindrical-coordinate representation of color #147478: hue angle of 182.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147478 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 116 | 120 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.53 |
| HSL | 182.4º | 0.71% | 0.27% | - |
| HSV(B) | 182.4º | 0.83% | 0.47% | - |
| XYZ | 9.92 | 14 | 19.95 | - |
| YUV | 87.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 120 | 0.83 | 0.03 | 0 | 0.53 | 182.4 | 0.71 | 0.27 |
| Hex | 14 | 74 | 78 | 53 | 3 | 0 | 35 | B6 | 47 | 1B |
| Octal | 24 | 164 | 170 | 123 | 3 | 0 | 65 | 266 | 107 | 33 |
| Binary | 10100 | 1110100 | 1111000 | 1010011 | 11 | 0 | 110101 | 10110110 | 1000111 | 11011 |
Color Harmonies of #147478
Complementary color
Monochromatic Colors of #147478
Black with #147478
Text Example
Text Example
White with #147478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147478; }
p { color: rgb(20,116,120); }
H1.HeaderClassName
{
color: #147478;
}
.AnyTagClassName
{
color: #147478;
}
</style>
background-color css
<style>
a { background-color: #147478; }
a { background-color: rgb(20,116,120); }
div.DivClassName
{
background-color: #147478;
}
.BgClassName
{
background-color: #147478;
}
</style>
border-color css
<style>
span { border-color: #147478; }
span { border-color: rgb(20,116,120); }
td.TdClassName
{
border-color: #147478;
}
.TagClassName
{
border-color: #147478;
}
</style>