Shades of Allports #246A73
Tints of Allports #246A73
RGB
CMYK
RGB Variations
Color information
#246A73 (or 0x246A73) is known color: Allports. HEX triplet: 24, 6A and 73. RGB value is (36,106,115). Sum of RGB (Red+Green+Blue) = 36+106+115=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #246A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246A73 is #DB958C. Grayscale: #555555. Windows color (decimal): -14390669 or 7563812. OLE color: 7563812.
HSL color Cylindrical-coordinate representation of color #246A73: hue angle of 186.84º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246A73 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 106 | 115 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.55 |
| HSL | 186.84º | 0.52% | 0.3% | - |
| HSV(B) | 186.84º | 0.69% | 0.45% | - |
| XYZ | 8.98 | 11.92 | 18.05 | - |
| YUV | 86.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 115 | 0.69 | 0.08 | 0 | 0.55 | 186.84 | 0.52 | 0.3 |
| Hex | 24 | 6A | 73 | 45 | 8 | 0 | 37 | BB | 34 | 1E |
| Octal | 44 | 152 | 163 | 105 | 10 | 0 | 67 | 273 | 64 | 36 |
| Binary | 100100 | 1101010 | 1110011 | 1000101 | 1000 | 0 | 110111 | 10111011 | 110100 | 11110 |
Color Harmonies of #246A73
Complementary color
Monochromatic Colors of #246A73
Black with #246A73
Text Example
Text Example
White with #246A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246A73; }
p { color: rgb(36,106,115); }
H1.HeaderClassName
{
color: #246A73;
}
.AnyTagClassName
{
color: #246A73;
}
</style>
background-color css
<style>
a { background-color: #246A73; }
a { background-color: rgb(36,106,115); }
div.DivClassName
{
background-color: #246A73;
}
.BgClassName
{
background-color: #246A73;
}
</style>
border-color css
<style>
span { border-color: #246A73; }
span { border-color: rgb(36,106,115); }
td.TdClassName
{
border-color: #246A73;
}
.TagClassName
{
border-color: #246A73;
}
</style>