Shades of Allports #146474
Tints of Allports #146474
RGB
CMYK
RGB Variations
Color information
#146474 (or 0x146474) is known color: Allports. HEX triplet: 14, 64 and 74. RGB value is (20,100,116). Sum of RGB (Red+Green+Blue) = 20+100+116=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #146474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146474 is #EB9B8B. Grayscale: #4D4D4D. Windows color (decimal): -15440780 or 7627796. OLE color: 7627796.
HSL color Cylindrical-coordinate representation of color #146474: hue angle of 190º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146474 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 100 | 116 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.55 |
| HSL | 190º | 0.71% | 0.27% | - |
| HSV(B) | 190º | 0.83% | 0.45% | - |
| XYZ | 8 | 10.52 | 18.13 | - |
| YUV | 77.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 116 | 0.83 | 0.14 | 0 | 0.55 | 190 | 0.71 | 0.27 |
| Hex | 14 | 64 | 74 | 53 | E | 0 | 37 | BE | 47 | 1B |
| Octal | 24 | 144 | 164 | 123 | 16 | 0 | 67 | 276 | 107 | 33 |
| Binary | 10100 | 1100100 | 1110100 | 1010011 | 1110 | 0 | 110111 | 10111110 | 1000111 | 11011 |
Color Harmonies of #146474
Complementary color
Monochromatic Colors of #146474
Black with #146474
Text Example
Text Example
White with #146474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146474; }
p { color: rgb(20,100,116); }
H1.HeaderClassName
{
color: #146474;
}
.AnyTagClassName
{
color: #146474;
}
</style>
background-color css
<style>
a { background-color: #146474; }
a { background-color: rgb(20,100,116); }
div.DivClassName
{
background-color: #146474;
}
.BgClassName
{
background-color: #146474;
}
</style>
border-color css
<style>
span { border-color: #146474; }
span { border-color: rgb(20,100,116); }
td.TdClassName
{
border-color: #146474;
}
.TagClassName
{
border-color: #146474;
}
</style>