Shades of Allports #246683
Tints of Allports #246683
RGB
CMYK
RGB Variations
Color information
#246683 (or 0x246683) is known color: Allports. HEX triplet: 24, 66 and 83. RGB value is (36,102,131). Sum of RGB (Red+Green+Blue) = 36+102+131=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #246683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246683 is #DB997C. Grayscale: #555555. Windows color (decimal): -14391677 or 8611364. OLE color: 8611364.
HSL color Cylindrical-coordinate representation of color #246683: hue angle of 198.32º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246683 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 102 | 131 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.49 |
| HSL | 198.32º | 0.57% | 0.33% | - |
| HSV(B) | 198.32º | 0.73% | 0.51% | - |
| XYZ | 9.58 | 11.52 | 23.19 | - |
| YUV | 85.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 131 | 0.73 | 0.22 | 0 | 0.49 | 198.32 | 0.57 | 0.33 |
| Hex | 24 | 66 | 83 | 49 | 16 | 0 | 31 | C6 | 39 | 21 |
| Octal | 44 | 146 | 203 | 111 | 26 | 0 | 61 | 306 | 71 | 41 |
| Binary | 100100 | 1100110 | 10000011 | 1001001 | 10110 | 0 | 110001 | 11000110 | 111001 | 100001 |
Color Harmonies of #246683
Complementary color
Monochromatic Colors of #246683
Black with #246683
Text Example
Text Example
White with #246683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246683; }
p { color: rgb(36,102,131); }
H1.HeaderClassName
{
color: #246683;
}
.AnyTagClassName
{
color: #246683;
}
</style>
background-color css
<style>
a { background-color: #246683; }
a { background-color: rgb(36,102,131); }
div.DivClassName
{
background-color: #246683;
}
.BgClassName
{
background-color: #246683;
}
</style>
border-color css
<style>
span { border-color: #246683; }
span { border-color: rgb(36,102,131); }
td.TdClassName
{
border-color: #246683;
}
.TagClassName
{
border-color: #246683;
}
</style>