Shades of Allports #146478
Tints of Allports #146478
RGB
CMYK
RGB Variations
Color information
#146478 (or 0x146478) is known color: Allports. HEX triplet: 14, 64 and 78. RGB value is (20,100,120). Sum of RGB (Red+Green+Blue) = 20+100+120=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #146478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146478 is #EB9B87. Grayscale: #4E4E4E. Windows color (decimal): -15440776 or 7889940. OLE color: 7889940.
HSL color Cylindrical-coordinate representation of color #146478: hue angle of 192º 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 #146478 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 100 | 120 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.53 |
| HSL | 192º | 0.71% | 0.27% | - |
| HSV(B) | 192º | 0.83% | 0.47% | - |
| XYZ | 8.24 | 10.62 | 19.38 | - |
| YUV | 78.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 120 | 0.83 | 0.17 | 0 | 0.53 | 192 | 0.71 | 0.27 |
| Hex | 14 | 64 | 78 | 53 | 11 | 0 | 35 | C0 | 47 | 1B |
| Octal | 24 | 144 | 170 | 123 | 21 | 0 | 65 | 300 | 107 | 33 |
| Binary | 10100 | 1100100 | 1111000 | 1010011 | 10001 | 0 | 110101 | 11000000 | 1000111 | 11011 |
Color Harmonies of #146478
Complementary color
Monochromatic Colors of #146478
Black with #146478
Text Example
Text Example
White with #146478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146478; }
p { color: rgb(20,100,120); }
H1.HeaderClassName
{
color: #146478;
}
.AnyTagClassName
{
color: #146478;
}
</style>
background-color css
<style>
a { background-color: #146478; }
a { background-color: rgb(20,100,120); }
div.DivClassName
{
background-color: #146478;
}
.BgClassName
{
background-color: #146478;
}
</style>
border-color css
<style>
span { border-color: #146478; }
span { border-color: rgb(20,100,120); }
td.TdClassName
{
border-color: #146478;
}
.TagClassName
{
border-color: #146478;
}
</style>