Shades of Picton Blue #469DDC
Tints of Picton Blue #469DDC
RGB
CMYK
RGB Variations
Color information
#469DDC (or 0x469DDC) is known color: Picton Blue. HEX triplet: 46, 9D and DC. RGB value is (70,157,220). Sum of RGB (Red+Green+Blue) = 70+157+220=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #469DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DDC is #B96223. Grayscale: #898989. Windows color (decimal): -12149284 or 14458182. OLE color: 14458182.
HSL color Cylindrical-coordinate representation of color #469DDC: hue angle of 205.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469DDC is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 157 | 220 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.14 |
| HSL | 205.2º | 0.68% | 0.57% | - |
| HSV(B) | 205.2º | 0.68% | 0.86% | - |
| XYZ | 27.5 | 30.58 | 72.16 | - |
| YUV | 138.17 | 174.18 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 220 | 0.68 | 0.29 | 0 | 0.14 | 205.2 | 0.68 | 0.57 |
| Hex | 46 | 9D | DC | 44 | 1D | 0 | E | CD | 44 | 39 |
| Octal | 106 | 235 | 334 | 104 | 35 | 0 | 16 | 315 | 104 | 71 |
| Binary | 1000110 | 10011101 | 11011100 | 1000100 | 11101 | 0 | 1110 | 11001101 | 1000100 | 111001 |
Color Harmonies of #469DDC
Complementary color
Monochromatic Colors of #469DDC
Black with #469DDC
Text Example
Text Example
White with #469DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DDC; }
p { color: rgb(70,157,220); }
H1.HeaderClassName
{
color: #469DDC;
}
.AnyTagClassName
{
color: #469DDC;
}
</style>
background-color css
<style>
a { background-color: #469DDC; }
a { background-color: rgb(70,157,220); }
div.DivClassName
{
background-color: #469DDC;
}
.BgClassName
{
background-color: #469DDC;
}
</style>
border-color css
<style>
span { border-color: #469DDC; }
span { border-color: rgb(70,157,220); }
td.TdClassName
{
border-color: #469DDC;
}
.TagClassName
{
border-color: #469DDC;
}
</style>