Shades of Picton Blue #469BCE
Tints of Picton Blue #469BCE
RGB
CMYK
RGB Variations
Color information
#469BCE (or 0x469BCE) is known color: Picton Blue. HEX triplet: 46, 9B and CE. RGB value is (70,155,206). Sum of RGB (Red+Green+Blue) = 70+155+206=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #469BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BCE is #B96431. Grayscale: #878787. Windows color (decimal): -12149810 or 13540166. OLE color: 13540166.
HSL color Cylindrical-coordinate representation of color #469BCE: hue angle of 202.5º 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 #469BCE is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 155 | 206 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.19 |
| HSL | 202.5º | 0.58% | 0.54% | - |
| HSV(B) | 202.5º | 0.66% | 0.81% | - |
| XYZ | 25.39 | 29.2 | 62.69 | - |
| YUV | 135.4 | 167.84 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 206 | 0.66 | 0.25 | 0 | 0.19 | 202.5 | 0.58 | 0.54 |
| Hex | 46 | 9B | CE | 42 | 19 | 0 | 13 | CA | 3A | 36 |
| Octal | 106 | 233 | 316 | 102 | 31 | 0 | 23 | 312 | 72 | 66 |
| Binary | 1000110 | 10011011 | 11001110 | 1000010 | 11001 | 0 | 10011 | 11001010 | 111010 | 110110 |
Color Harmonies of #469BCE
Complementary color
Monochromatic Colors of #469BCE
Black with #469BCE
Text Example
Text Example
White with #469BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469BCE; }
p { color: rgb(70,155,206); }
H1.HeaderClassName
{
color: #469BCE;
}
.AnyTagClassName
{
color: #469BCE;
}
</style>
background-color css
<style>
a { background-color: #469BCE; }
a { background-color: rgb(70,155,206); }
div.DivClassName
{
background-color: #469BCE;
}
.BgClassName
{
background-color: #469BCE;
}
</style>
border-color css
<style>
span { border-color: #469BCE; }
span { border-color: rgb(70,155,206); }
td.TdClassName
{
border-color: #469BCE;
}
.TagClassName
{
border-color: #469BCE;
}
</style>