Shades of Allports #246777
Tints of Allports #246777
RGB
CMYK
RGB Variations
Color information
#246777 (or 0x246777) is known color: Allports. HEX triplet: 24, 67 and 77. RGB value is (36,103,119). Sum of RGB (Red+Green+Blue) = 36+103+119=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #246777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246777 is #DB9888. Grayscale: #545454. Windows color (decimal): -14391433 or 7825188. OLE color: 7825188.
HSL color Cylindrical-coordinate representation of color #246777: hue angle of 191.57º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #246777 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 103 | 119 | - |
| CMYK | 0.70 | 0.13 | 0 | 0.53 |
| HSL | 191.57º | 0.54% | 0.3% | - |
| HSV(B) | 191.57º | 0.7% | 0.47% | - |
| XYZ | 8.91 | 11.41 | 19.19 | - |
| YUV | 84.79 | 147.3 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 119 | 0.70 | 0.13 | 0 | 0.53 | 191.57 | 0.54 | 0.3 |
| Hex | 24 | 67 | 77 | 46 | D | 0 | 35 | C0 | 36 | 1E |
| Octal | 44 | 147 | 167 | 106 | 15 | 0 | 65 | 300 | 66 | 36 |
| Binary | 100100 | 1100111 | 1110111 | 1000110 | 1101 | 0 | 110101 | 11000000 | 110110 | 11110 |
Color Harmonies of #246777
Complementary color
Monochromatic Colors of #246777
Black with #246777
Text Example
Text Example
White with #246777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246777; }
p { color: rgb(36,103,119); }
H1.HeaderClassName
{
color: #246777;
}
.AnyTagClassName
{
color: #246777;
}
</style>
background-color css
<style>
a { background-color: #246777; }
a { background-color: rgb(36,103,119); }
div.DivClassName
{
background-color: #246777;
}
.BgClassName
{
background-color: #246777;
}
</style>
border-color css
<style>
span { border-color: #246777; }
span { border-color: rgb(36,103,119); }
td.TdClassName
{
border-color: #246777;
}
.TagClassName
{
border-color: #246777;
}
</style>