Shades of Picton Blue #46A1D6
Tints of Picton Blue #46A1D6
RGB
CMYK
RGB Variations
Color information
#46A1D6 (or 0x46A1D6) is known color: Picton Blue. HEX triplet: 46, A1 and D6. RGB value is (70,161,214). Sum of RGB (Red+Green+Blue) = 70+161+214=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #46A1D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A1D6 is #B95E29. Grayscale: #8B8B8B. Windows color (decimal): -12148266 or 14065990. OLE color: 14065990.
HSL color Cylindrical-coordinate representation of color #46A1D6: hue angle of 202.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46A1D6 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 161 | 214 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.16 |
| HSL | 202.08º | 0.64% | 0.56% | - |
| HSV(B) | 202.08º | 0.67% | 0.84% | - |
| XYZ | 27.41 | 31.65 | 68.28 | - |
| YUV | 139.83 | 169.85 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 161 | 214 | 0.67 | 0.25 | 0 | 0.16 | 202.08 | 0.64 | 0.56 |
| Hex | 46 | A1 | D6 | 43 | 19 | 0 | 10 | CA | 40 | 38 |
| Octal | 106 | 241 | 326 | 103 | 31 | 0 | 20 | 312 | 100 | 70 |
| Binary | 1000110 | 10100001 | 11010110 | 1000011 | 11001 | 0 | 10000 | 11001010 | 1000000 | 111000 |
Color Harmonies of #46A1D6
Complementary color
Monochromatic Colors of #46A1D6
Black with #46A1D6
Text Example
Text Example
White with #46A1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A1D6; }
p { color: rgb(70,161,214); }
H1.HeaderClassName
{
color: #46A1D6;
}
.AnyTagClassName
{
color: #46A1D6;
}
</style>
background-color css
<style>
a { background-color: #46A1D6; }
a { background-color: rgb(70,161,214); }
div.DivClassName
{
background-color: #46A1D6;
}
.BgClassName
{
background-color: #46A1D6;
}
</style>
border-color css
<style>
span { border-color: #46A1D6; }
span { border-color: rgb(70,161,214); }
td.TdClassName
{
border-color: #46A1D6;
}
.TagClassName
{
border-color: #46A1D6;
}
</style>