Shades of Allports #256471
Tints of Allports #256471
RGB
CMYK
RGB Variations
Color information
#256471 (or 0x256471) is known color: Allports. HEX triplet: 25, 64 and 71. RGB value is (37,100,113). Sum of RGB (Red+Green+Blue) = 37+100+113=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #256471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256471 is #DA9B8E. Grayscale: #525252. Windows color (decimal): -14326671 or 7431205. OLE color: 7431205.
HSL color Cylindrical-coordinate representation of color #256471: hue angle of 190.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256471 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 100 | 113 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.56 |
| HSL | 190.26º | 0.51% | 0.29% | - |
| HSV(B) | 190.26º | 0.67% | 0.44% | - |
| XYZ | 8.3 | 10.7 | 17.25 | - |
| YUV | 82.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 113 | 0.67 | 0.12 | 0 | 0.56 | 190.26 | 0.51 | 0.29 |
| Hex | 25 | 64 | 71 | 43 | C | 0 | 38 | BE | 33 | 1D |
| Octal | 45 | 144 | 161 | 103 | 14 | 0 | 70 | 276 | 63 | 35 |
| Binary | 100101 | 1100100 | 1110001 | 1000011 | 1100 | 0 | 111000 | 10111110 | 110011 | 11101 |
Color Harmonies of #256471
Complementary color
Monochromatic Colors of #256471
Black with #256471
Text Example
Text Example
White with #256471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256471; }
p { color: rgb(37,100,113); }
H1.HeaderClassName
{
color: #256471;
}
.AnyTagClassName
{
color: #256471;
}
</style>
background-color css
<style>
a { background-color: #256471; }
a { background-color: rgb(37,100,113); }
div.DivClassName
{
background-color: #256471;
}
.BgClassName
{
background-color: #256471;
}
</style>
border-color css
<style>
span { border-color: #256471; }
span { border-color: rgb(37,100,113); }
td.TdClassName
{
border-color: #256471;
}
.TagClassName
{
border-color: #256471;
}
</style>