Shades of Allports #176470
Tints of Allports #176470
RGB
CMYK
RGB Variations
Color information
#176470 (or 0x176470) is known color: Allports. HEX triplet: 17, 64 and 70. RGB value is (23,100,112). Sum of RGB (Red+Green+Blue) = 23+100+112=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #176470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176470 is #E89B8F. Grayscale: #4E4E4E. Windows color (decimal): -15244176 or 7365655. OLE color: 7365655.
HSL color Cylindrical-coordinate representation of color #176470: hue angle of 188.09º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176470 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 100 | 112 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.56 |
| HSL | 188.09º | 0.66% | 0.26% | - |
| HSV(B) | 188.09º | 0.79% | 0.44% | - |
| XYZ | 7.84 | 10.47 | 16.94 | - |
| YUV | 78.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 112 | 0.79 | 0.11 | 0 | 0.56 | 188.09 | 0.66 | 0.26 |
| Hex | 17 | 64 | 70 | 4F | B | 0 | 38 | BC | 42 | 1A |
| Octal | 27 | 144 | 160 | 117 | 13 | 0 | 70 | 274 | 102 | 32 |
| Binary | 10111 | 1100100 | 1110000 | 1001111 | 1011 | 0 | 111000 | 10111100 | 1000010 | 11010 |
Color Harmonies of #176470
Complementary color
Monochromatic Colors of #176470
Black with #176470
Text Example
Text Example
White with #176470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176470; }
p { color: rgb(23,100,112); }
H1.HeaderClassName
{
color: #176470;
}
.AnyTagClassName
{
color: #176470;
}
</style>
background-color css
<style>
a { background-color: #176470; }
a { background-color: rgb(23,100,112); }
div.DivClassName
{
background-color: #176470;
}
.BgClassName
{
background-color: #176470;
}
</style>
border-color css
<style>
span { border-color: #176470; }
span { border-color: rgb(23,100,112); }
td.TdClassName
{
border-color: #176470;
}
.TagClassName
{
border-color: #176470;
}
</style>