Shades of Allports #246873
Tints of Allports #246873
RGB
CMYK
RGB Variations
Color information
#246873 (or 0x246873) is known color: Allports. HEX triplet: 24, 68 and 73. RGB value is (36,104,115). Sum of RGB (Red+Green+Blue) = 36+104+115=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #246873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246873 is #DB978C. Grayscale: #545454. Windows color (decimal): -14391181 or 7563300. OLE color: 7563300.
HSL color Cylindrical-coordinate representation of color #246873: hue angle of 188.35º 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 #246873 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 104 | 115 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.55 |
| HSL | 188.35º | 0.52% | 0.3% | - |
| HSV(B) | 188.35º | 0.69% | 0.45% | - |
| XYZ | 8.77 | 11.51 | 17.98 | - |
| YUV | 84.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 115 | 0.69 | 0.10 | 0 | 0.55 | 188.35 | 0.52 | 0.3 |
| Hex | 24 | 68 | 73 | 45 | A | 0 | 37 | BC | 34 | 1E |
| Octal | 44 | 150 | 163 | 105 | 12 | 0 | 67 | 274 | 64 | 36 |
| Binary | 100100 | 1101000 | 1110011 | 1000101 | 1010 | 0 | 110111 | 10111100 | 110100 | 11110 |
Color Harmonies of #246873
Complementary color
Monochromatic Colors of #246873
Black with #246873
Text Example
Text Example
White with #246873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246873; }
p { color: rgb(36,104,115); }
H1.HeaderClassName
{
color: #246873;
}
.AnyTagClassName
{
color: #246873;
}
</style>
background-color css
<style>
a { background-color: #246873; }
a { background-color: rgb(36,104,115); }
div.DivClassName
{
background-color: #246873;
}
.BgClassName
{
background-color: #246873;
}
</style>
border-color css
<style>
span { border-color: #246873; }
span { border-color: rgb(36,104,115); }
td.TdClassName
{
border-color: #246873;
}
.TagClassName
{
border-color: #246873;
}
</style>