Shades of Allports #246978
Tints of Allports #246978
RGB
CMYK
RGB Variations
Color information
#246978 (or 0x246978) is known color: Allports. HEX triplet: 24, 69 and 78. RGB value is (36,105,120). Sum of RGB (Red+Green+Blue) = 36+105+120=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #246978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246978 is #DB9687. Grayscale: #555555. Windows color (decimal): -14390920 or 7891236. OLE color: 7891236.
HSL color Cylindrical-coordinate representation of color #246978: hue angle of 190.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #246978 is Cyan = 0.7, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 105 | 120 | - |
| CMYK | 0.7 | 0.13 | 0 | 0.53 |
| HSL | 190.71º | 0.54% | 0.31% | - |
| HSV(B) | 190.71º | 0.7% | 0.47% | - |
| XYZ | 9.17 | 11.83 | 19.57 | - |
| YUV | 86.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 120 | 0.7 | 0.13 | 0 | 0.53 | 190.71 | 0.54 | 0.31 |
| Hex | 24 | 69 | 78 | 46 | D | 0 | 35 | BF | 36 | 1F |
| Octal | 44 | 151 | 170 | 106 | 15 | 0 | 65 | 277 | 66 | 37 |
| Binary | 100100 | 1101001 | 1111000 | 1000110 | 1101 | 0 | 110101 | 10111111 | 110110 | 11111 |
Color Harmonies of #246978
Complementary color
Monochromatic Colors of #246978
Black with #246978
Text Example
Text Example
White with #246978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246978; }
p { color: rgb(36,105,120); }
H1.HeaderClassName
{
color: #246978;
}
.AnyTagClassName
{
color: #246978;
}
</style>
background-color css
<style>
a { background-color: #246978; }
a { background-color: rgb(36,105,120); }
div.DivClassName
{
background-color: #246978;
}
.BgClassName
{
background-color: #246978;
}
</style>
border-color css
<style>
span { border-color: #246978; }
span { border-color: rgb(36,105,120); }
td.TdClassName
{
border-color: #246978;
}
.TagClassName
{
border-color: #246978;
}
</style>