Shades of Picton Blue #46A0CE
Tints of Picton Blue #46A0CE
RGB
CMYK
RGB Variations
Color information
#46A0CE (or 0x46A0CE) is known color: Picton Blue. HEX triplet: 46, A0 and CE. RGB value is (70,160,206). Sum of RGB (Red+Green+Blue) = 70+160+206=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #46A0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A0CE is #B95F31. Grayscale: #8A8A8A. Windows color (decimal): -12148530 or 13541446. OLE color: 13541446.
HSL color Cylindrical-coordinate representation of color #46A0CE: hue angle of 200.29º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46A0CE is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 160 | 206 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.19 |
| HSL | 200.29º | 0.58% | 0.54% | - |
| HSV(B) | 200.29º | 0.66% | 0.81% | - |
| XYZ | 26.24 | 30.9 | 62.97 | - |
| YUV | 138.33 | 166.18 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 206 | 0.66 | 0.22 | 0 | 0.19 | 200.29 | 0.58 | 0.54 |
| Hex | 46 | A0 | CE | 42 | 16 | 0 | 13 | C8 | 3A | 36 |
| Octal | 106 | 240 | 316 | 102 | 26 | 0 | 23 | 310 | 72 | 66 |
| Binary | 1000110 | 10100000 | 11001110 | 1000010 | 10110 | 0 | 10011 | 11001000 | 111010 | 110110 |
Color Harmonies of #46A0CE
Complementary color
Monochromatic Colors of #46A0CE
Black with #46A0CE
Text Example
Text Example
White with #46A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A0CE; }
p { color: rgb(70,160,206); }
H1.HeaderClassName
{
color: #46A0CE;
}
.AnyTagClassName
{
color: #46A0CE;
}
</style>
background-color css
<style>
a { background-color: #46A0CE; }
a { background-color: rgb(70,160,206); }
div.DivClassName
{
background-color: #46A0CE;
}
.BgClassName
{
background-color: #46A0CE;
}
</style>
border-color css
<style>
span { border-color: #46A0CE; }
span { border-color: rgb(70,160,206); }
td.TdClassName
{
border-color: #46A0CE;
}
.TagClassName
{
border-color: #46A0CE;
}
</style>