Shades of Blue Stone #176463
Tints of Blue Stone #176463
RGB
CMYK
RGB Variations
Color information
#176463 (or 0x176463) is known color: Blue Stone. HEX triplet: 17, 64 and 63. RGB value is (23,100,99). Sum of RGB (Red+Green+Blue) = 23+100+99=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #176463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176463 is #E89B9C. Grayscale: #4C4C4C. Windows color (decimal): -15244189 or 6513687. OLE color: 6513687.
HSL color Cylindrical-coordinate representation of color #176463: hue angle of 179.22º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #176463 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 100 | 99 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.61 |
| HSL | 179.22º | 0.63% | 0.24% | - |
| HSV(B) | 179.22º | 0.77% | 0.39% | - |
| XYZ | 7.16 | 10.2 | 13.4 | - |
| YUV | 76.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 99 | 0.77 | 0 | 0.01 | 0.61 | 179.22 | 0.63 | 0.24 |
| Hex | 17 | 64 | 63 | 4D | 0 | 1 | 3D | B3 | 3F | 18 |
| Octal | 27 | 144 | 143 | 115 | 0 | 1 | 75 | 263 | 77 | 30 |
| Binary | 10111 | 1100100 | 1100011 | 1001101 | 0 | 1 | 111101 | 10110011 | 111111 | 11000 |
Color Harmonies of #176463
Complementary color
Monochromatic Colors of #176463
Black with #176463
Text Example
Text Example
White with #176463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176463; }
p { color: rgb(23,100,99); }
H1.HeaderClassName
{
color: #176463;
}
.AnyTagClassName
{
color: #176463;
}
</style>
background-color css
<style>
a { background-color: #176463; }
a { background-color: rgb(23,100,99); }
div.DivClassName
{
background-color: #176463;
}
.BgClassName
{
background-color: #176463;
}
</style>
border-color css
<style>
span { border-color: #176463; }
span { border-color: rgb(23,100,99); }
td.TdClassName
{
border-color: #176463;
}
.TagClassName
{
border-color: #176463;
}
</style>