Shades of Allports #246478
Tints of Allports #246478
RGB
CMYK
RGB Variations
Color information
#246478 (or 0x246478) is known color: Allports. HEX triplet: 24, 64 and 78. RGB value is (36,100,120). Sum of RGB (Red+Green+Blue) = 36+100+120=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 100 (39.45% from 255 or 39.06% 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 #246478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246478 is #DB9B87. Grayscale: #535353. Windows color (decimal): -14392200 or 7889956. OLE color: 7889956.
HSL color Cylindrical-coordinate representation of color #246478: hue angle of 194.29º 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 #246478 is Cyan = 0.7, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 100 | 120 | - |
| CMYK | 0.7 | 0.17 | 0 | 0.53 |
| HSL | 194.29º | 0.54% | 0.31% | - |
| HSV(B) | 194.29º | 0.7% | 0.47% | - |
| XYZ | 8.67 | 10.85 | 19.41 | - |
| YUV | 83.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 120 | 0.7 | 0.17 | 0 | 0.53 | 194.29 | 0.54 | 0.31 |
| Hex | 24 | 64 | 78 | 46 | 11 | 0 | 35 | C2 | 36 | 1F |
| Octal | 44 | 144 | 170 | 106 | 21 | 0 | 65 | 302 | 66 | 37 |
| Binary | 100100 | 1100100 | 1111000 | 1000110 | 10001 | 0 | 110101 | 11000010 | 110110 | 11111 |
Color Harmonies of #246478
Complementary color
Monochromatic Colors of #246478
Black with #246478
Text Example
Text Example
White with #246478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246478; }
p { color: rgb(36,100,120); }
H1.HeaderClassName
{
color: #246478;
}
.AnyTagClassName
{
color: #246478;
}
</style>
background-color css
<style>
a { background-color: #246478; }
a { background-color: rgb(36,100,120); }
div.DivClassName
{
background-color: #246478;
}
.BgClassName
{
background-color: #246478;
}
</style>
border-color css
<style>
span { border-color: #246478; }
span { border-color: rgb(36,100,120); }
td.TdClassName
{
border-color: #246478;
}
.TagClassName
{
border-color: #246478;
}
</style>