Shades of Blue Stone #246466
Tints of Blue Stone #246466
RGB
CMYK
RGB Variations
Color information
#246466 (or 0x246466) is known color: Blue Stone. HEX triplet: 24, 64 and 66. RGB value is (36,100,102). Sum of RGB (Red+Green+Blue) = 36+100+102=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #246466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246466 is #DB9B99. Grayscale: #515151. Windows color (decimal): -14392218 or 6710308. OLE color: 6710308.
HSL color Cylindrical-coordinate representation of color #246466: hue angle of 181.82º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246466 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 100 | 102 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.6 |
| HSL | 181.82º | 0.48% | 0.27% | - |
| HSV(B) | 181.82º | 0.65% | 0.4% | - |
| XYZ | 7.68 | 10.45 | 14.18 | - |
| YUV | 81.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 102 | 0.65 | 0.02 | 0 | 0.6 | 181.82 | 0.48 | 0.27 |
| Hex | 24 | 64 | 66 | 41 | 2 | 0 | 3C | B6 | 30 | 1B |
| Octal | 44 | 144 | 146 | 101 | 2 | 0 | 74 | 266 | 60 | 33 |
| Binary | 100100 | 1100100 | 1100110 | 1000001 | 10 | 0 | 111100 | 10110110 | 110000 | 11011 |
Color Harmonies of #246466
Complementary color
Monochromatic Colors of #246466
Black with #246466
Text Example
Text Example
White with #246466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246466; }
p { color: rgb(36,100,102); }
H1.HeaderClassName
{
color: #246466;
}
.AnyTagClassName
{
color: #246466;
}
</style>
background-color css
<style>
a { background-color: #246466; }
a { background-color: rgb(36,100,102); }
div.DivClassName
{
background-color: #246466;
}
.BgClassName
{
background-color: #246466;
}
</style>
border-color css
<style>
span { border-color: #246466; }
span { border-color: rgb(36,100,102); }
td.TdClassName
{
border-color: #246466;
}
.TagClassName
{
border-color: #246466;
}
</style>