Shades of Allports #246F83
Tints of Allports #246F83
RGB
CMYK
RGB Variations
Color information
#246F83 (or 0x246F83) is known color: Allports. HEX triplet: 24, 6F and 83. RGB value is (36,111,131). Sum of RGB (Red+Green+Blue) = 36+111+131=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #246F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F83 is #DB907C. Grayscale: #5A5A5A. Windows color (decimal): -14389373 or 8613668. OLE color: 8613668.
HSL color Cylindrical-coordinate representation of color #246F83: hue angle of 192.63º 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 #246F83 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 111 | 131 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.49 |
| HSL | 192.63º | 0.57% | 0.33% | - |
| HSV(B) | 192.63º | 0.73% | 0.51% | - |
| XYZ | 10.51 | 13.38 | 23.5 | - |
| YUV | 90.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 131 | 0.73 | 0.15 | 0 | 0.49 | 192.63 | 0.57 | 0.33 |
| Hex | 24 | 6F | 83 | 49 | F | 0 | 31 | C1 | 39 | 21 |
| Octal | 44 | 157 | 203 | 111 | 17 | 0 | 61 | 301 | 71 | 41 |
| Binary | 100100 | 1101111 | 10000011 | 1001001 | 1111 | 0 | 110001 | 11000001 | 111001 | 100001 |
Color Harmonies of #246F83
Complementary color
Monochromatic Colors of #246F83
Black with #246F83
Text Example
Text Example
White with #246F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F83; }
p { color: rgb(36,111,131); }
H1.HeaderClassName
{
color: #246F83;
}
.AnyTagClassName
{
color: #246F83;
}
</style>
background-color css
<style>
a { background-color: #246F83; }
a { background-color: rgb(36,111,131); }
div.DivClassName
{
background-color: #246F83;
}
.BgClassName
{
background-color: #246F83;
}
</style>
border-color css
<style>
span { border-color: #246F83; }
span { border-color: rgb(36,111,131); }
td.TdClassName
{
border-color: #246F83;
}
.TagClassName
{
border-color: #246F83;
}
</style>