Shades of Picton Blue #469DDE
Tints of Picton Blue #469DDE
RGB
CMYK
RGB Variations
Color information
#469DDE (or 0x469DDE) is known color: Picton Blue. HEX triplet: 46, 9D and DE. RGB value is (70,157,222). Sum of RGB (Red+Green+Blue) = 70+157+222=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #469DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DDE is #B96221. Grayscale: #8A8A8A. Windows color (decimal): -12149282 or 14589254. OLE color: 14589254.
HSL color Cylindrical-coordinate representation of color #469DDE: hue angle of 205.66º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469DDE is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 157 | 222 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.13 |
| HSL | 205.66º | 0.7% | 0.57% | - |
| HSV(B) | 205.66º | 0.68% | 0.87% | - |
| XYZ | 27.77 | 30.69 | 73.57 | - |
| YUV | 138.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 222 | 0.68 | 0.29 | 0 | 0.13 | 205.66 | 0.7 | 0.57 |
| Hex | 46 | 9D | DE | 44 | 1D | 0 | D | CE | 46 | 39 |
| Octal | 106 | 235 | 336 | 104 | 35 | 0 | 15 | 316 | 106 | 71 |
| Binary | 1000110 | 10011101 | 11011110 | 1000100 | 11101 | 0 | 1101 | 11001110 | 1000110 | 111001 |
Color Harmonies of #469DDE
Complementary color
Monochromatic Colors of #469DDE
Black with #469DDE
Text Example
Text Example
White with #469DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DDE; }
p { color: rgb(70,157,222); }
H1.HeaderClassName
{
color: #469DDE;
}
.AnyTagClassName
{
color: #469DDE;
}
</style>
background-color css
<style>
a { background-color: #469DDE; }
a { background-color: rgb(70,157,222); }
div.DivClassName
{
background-color: #469DDE;
}
.BgClassName
{
background-color: #469DDE;
}
</style>
border-color css
<style>
span { border-color: #469DDE; }
span { border-color: rgb(70,157,222); }
td.TdClassName
{
border-color: #469DDE;
}
.TagClassName
{
border-color: #469DDE;
}
</style>