Shades of Allports #216479
Tints of Allports #216479
RGB
CMYK
RGB Variations
Color information
#216479 (or 0x216479) is known color: Allports. HEX triplet: 21, 64 and 79. RGB value is (33,100,121). Sum of RGB (Red+Green+Blue) = 33+100+121=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #216479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216479 is #DE9B86. Grayscale: #525252. Windows color (decimal): -14588807 or 7955489. OLE color: 7955489.
HSL color Cylindrical-coordinate representation of color #216479: hue angle of 194.32º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #216479 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 100 | 121 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.53 |
| HSL | 194.32º | 0.57% | 0.3% | - |
| HSV(B) | 194.32º | 0.73% | 0.47% | - |
| XYZ | 8.64 | 10.82 | 19.72 | - |
| YUV | 82.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 121 | 0.73 | 0.17 | 0 | 0.53 | 194.32 | 0.57 | 0.3 |
| Hex | 21 | 64 | 79 | 49 | 11 | 0 | 35 | C2 | 39 | 1E |
| Octal | 41 | 144 | 171 | 111 | 21 | 0 | 65 | 302 | 71 | 36 |
| Binary | 100001 | 1100100 | 1111001 | 1001001 | 10001 | 0 | 110101 | 11000010 | 111001 | 11110 |
Color Harmonies of #216479
Complementary color
Monochromatic Colors of #216479
Black with #216479
Text Example
Text Example
White with #216479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216479; }
p { color: rgb(33,100,121); }
H1.HeaderClassName
{
color: #216479;
}
.AnyTagClassName
{
color: #216479;
}
</style>
background-color css
<style>
a { background-color: #216479; }
a { background-color: rgb(33,100,121); }
div.DivClassName
{
background-color: #216479;
}
.BgClassName
{
background-color: #216479;
}
</style>
border-color css
<style>
span { border-color: #216479; }
span { border-color: rgb(33,100,121); }
td.TdClassName
{
border-color: #216479;
}
.TagClassName
{
border-color: #216479;
}
</style>