Shades of Allports #196478
Tints of Allports #196478
RGB
CMYK
RGB Variations
Color information
#196478 (or 0x196478) is known color: Allports. HEX triplet: 19, 64 and 78. RGB value is (25,100,120). Sum of RGB (Red+Green+Blue) = 25+100+120=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #196478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196478 is #E69B87. Grayscale: #4F4F4F. Windows color (decimal): -15113096 or 7889945. OLE color: 7889945.
HSL color Cylindrical-coordinate representation of color #196478: hue angle of 192.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196478 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 100 | 120 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.53 |
| HSL | 192.63º | 0.66% | 0.28% | - |
| HSV(B) | 192.63º | 0.79% | 0.47% | - |
| XYZ | 8.35 | 10.68 | 19.39 | - |
| YUV | 79.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 120 | 0.79 | 0.17 | 0 | 0.53 | 192.63 | 0.66 | 0.28 |
| Hex | 19 | 64 | 78 | 4F | 11 | 0 | 35 | C1 | 42 | 1C |
| Octal | 31 | 144 | 170 | 117 | 21 | 0 | 65 | 301 | 102 | 34 |
| Binary | 11001 | 1100100 | 1111000 | 1001111 | 10001 | 0 | 110101 | 11000001 | 1000010 | 11100 |
Color Harmonies of #196478
Complementary color
Monochromatic Colors of #196478
Black with #196478
Text Example
Text Example
White with #196478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196478; }
p { color: rgb(25,100,120); }
H1.HeaderClassName
{
color: #196478;
}
.AnyTagClassName
{
color: #196478;
}
</style>
background-color css
<style>
a { background-color: #196478; }
a { background-color: rgb(25,100,120); }
div.DivClassName
{
background-color: #196478;
}
.BgClassName
{
background-color: #196478;
}
</style>
border-color css
<style>
span { border-color: #196478; }
span { border-color: rgb(25,100,120); }
td.TdClassName
{
border-color: #196478;
}
.TagClassName
{
border-color: #196478;
}
</style>