Shades of Allports #247482
Tints of Allports #247482
RGB
CMYK
RGB Variations
Color information
#247482 (or 0x247482) is known color: Allports. HEX triplet: 24, 74 and 82. RGB value is (36,116,130). Sum of RGB (Red+Green+Blue) = 36+116+130=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #247482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247482 is #DB8B7D. Grayscale: #5D5D5D. Windows color (decimal): -14388094 or 8549412. OLE color: 8549412.
HSL color Cylindrical-coordinate representation of color #247482: hue angle of 188.94º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247482 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 116 | 130 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.49 |
| HSL | 188.94º | 0.57% | 0.33% | - |
| HSV(B) | 188.94º | 0.72% | 0.51% | - |
| XYZ | 11 | 14.48 | 23.33 | - |
| YUV | 93.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 130 | 0.72 | 0.11 | 0 | 0.49 | 188.94 | 0.57 | 0.33 |
| Hex | 24 | 74 | 82 | 48 | B | 0 | 31 | BD | 39 | 21 |
| Octal | 44 | 164 | 202 | 110 | 13 | 0 | 61 | 275 | 71 | 41 |
| Binary | 100100 | 1110100 | 10000010 | 1001000 | 1011 | 0 | 110001 | 10111101 | 111001 | 100001 |
Color Harmonies of #247482
Complementary color
Monochromatic Colors of #247482
Black with #247482
Text Example
Text Example
White with #247482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247482; }
p { color: rgb(36,116,130); }
H1.HeaderClassName
{
color: #247482;
}
.AnyTagClassName
{
color: #247482;
}
</style>
background-color css
<style>
a { background-color: #247482; }
a { background-color: rgb(36,116,130); }
div.DivClassName
{
background-color: #247482;
}
.BgClassName
{
background-color: #247482;
}
</style>
border-color css
<style>
span { border-color: #247482; }
span { border-color: rgb(36,116,130); }
td.TdClassName
{
border-color: #247482;
}
.TagClassName
{
border-color: #247482;
}
</style>