Shades of Allports #246F76
Tints of Allports #246F76
RGB
CMYK
RGB Variations
Color information
#246F76 (or 0x246F76) is known color: Allports. HEX triplet: 24, 6F and 76. RGB value is (36,111,118). Sum of RGB (Red+Green+Blue) = 36+111+118=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #246F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246F76 is #DB9089. Grayscale: #595959. Windows color (decimal): -14389386 or 7761700. OLE color: 7761700.
HSL color Cylindrical-coordinate representation of color #246F76: hue angle of 185.12º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246F76 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 111 | 118 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.54 |
| HSL | 185.12º | 0.53% | 0.3% | - |
| HSV(B) | 185.12º | 0.69% | 0.46% | - |
| XYZ | 9.68 | 13.05 | 19.15 | - |
| YUV | 89.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 118 | 0.69 | 0.06 | 0 | 0.54 | 185.12 | 0.53 | 0.3 |
| Hex | 24 | 6F | 76 | 45 | 6 | 0 | 36 | B9 | 35 | 1E |
| Octal | 44 | 157 | 166 | 105 | 6 | 0 | 66 | 271 | 65 | 36 |
| Binary | 100100 | 1101111 | 1110110 | 1000101 | 110 | 0 | 110110 | 10111001 | 110101 | 11110 |
Color Harmonies of #246F76
Complementary color
Monochromatic Colors of #246F76
Black with #246F76
Text Example
Text Example
White with #246F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F76; }
p { color: rgb(36,111,118); }
H1.HeaderClassName
{
color: #246F76;
}
.AnyTagClassName
{
color: #246F76;
}
</style>
background-color css
<style>
a { background-color: #246F76; }
a { background-color: rgb(36,111,118); }
div.DivClassName
{
background-color: #246F76;
}
.BgClassName
{
background-color: #246F76;
}
</style>
border-color css
<style>
span { border-color: #246F76; }
span { border-color: rgb(36,111,118); }
td.TdClassName
{
border-color: #246F76;
}
.TagClassName
{
border-color: #246F76;
}
</style>