Shades of Picton Blue #469CDF
Tints of Picton Blue #469CDF
RGB
CMYK
RGB Variations
Color information
#469CDF (or 0x469CDF) is known color: Picton Blue. HEX triplet: 46, 9C and DF. RGB value is (70,156,223). Sum of RGB (Red+Green+Blue) = 70+156+223=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #469CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CDF is #B96320. Grayscale: #898989. Windows color (decimal): -12149537 or 14654534. OLE color: 14654534.
HSL color Cylindrical-coordinate representation of color #469CDF: hue angle of 206.27º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #469CDF is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 156 | 223 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.13 |
| HSL | 206.27º | 0.71% | 0.57% | - |
| HSV(B) | 206.27º | 0.69% | 0.87% | - |
| XYZ | 27.73 | 30.41 | 74.22 | - |
| YUV | 137.92 | 176.01 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 156 | 223 | 0.69 | 0.30 | 0 | 0.13 | 206.27 | 0.71 | 0.57 |
| Hex | 46 | 9C | DF | 45 | 1E | 0 | D | CE | 47 | 39 |
| Octal | 106 | 234 | 337 | 105 | 36 | 0 | 15 | 316 | 107 | 71 |
| Binary | 1000110 | 10011100 | 11011111 | 1000101 | 11110 | 0 | 1101 | 11001110 | 1000111 | 111001 |
Color Harmonies of #469CDF
Complementary color
Monochromatic Colors of #469CDF
Black with #469CDF
Text Example
Text Example
White with #469CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469CDF; }
p { color: rgb(70,156,223); }
H1.HeaderClassName
{
color: #469CDF;
}
.AnyTagClassName
{
color: #469CDF;
}
</style>
background-color css
<style>
a { background-color: #469CDF; }
a { background-color: rgb(70,156,223); }
div.DivClassName
{
background-color: #469CDF;
}
.BgClassName
{
background-color: #469CDF;
}
</style>
border-color css
<style>
span { border-color: #469CDF; }
span { border-color: rgb(70,156,223); }
td.TdClassName
{
border-color: #469CDF;
}
.TagClassName
{
border-color: #469CDF;
}
</style>