Shades of Picton Blue #449ADD
Tints of Picton Blue #449ADD
RGB
CMYK
RGB Variations
Color information
#449ADD (or 0x449ADD) is known color: Picton Blue. HEX triplet: 44, 9A and DD. RGB value is (68,154,221). Sum of RGB (Red+Green+Blue) = 68+154+221=443 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.35% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #449ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ADD is #BB6522. Grayscale: #878787. Windows color (decimal): -12281123 or 14522948. OLE color: 14522948.
HSL color Cylindrical-coordinate representation of color #449ADD: hue angle of 206.27º degrees, saturation: 0.69, 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 #449ADD is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 154 | 221 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.13 |
| HSL | 206.27º | 0.69% | 0.57% | - |
| HSV(B) | 206.27º | 0.69% | 0.87% | - |
| XYZ | 26.99 | 29.56 | 72.69 | - |
| YUV | 135.92 | 176.01 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 221 | 0.69 | 0.30 | 0 | 0.13 | 206.27 | 0.69 | 0.57 |
| Hex | 44 | 9A | DD | 45 | 1E | 0 | D | CE | 45 | 39 |
| Octal | 104 | 232 | 335 | 105 | 36 | 0 | 15 | 316 | 105 | 71 |
| Binary | 1000100 | 10011010 | 11011101 | 1000101 | 11110 | 0 | 1101 | 11001110 | 1000101 | 111001 |
Color Harmonies of #449ADD
Complementary color
Monochromatic Colors of #449ADD
Black with #449ADD
Text Example
Text Example
White with #449ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449ADD; }
p { color: rgb(68,154,221); }
H1.HeaderClassName
{
color: #449ADD;
}
.AnyTagClassName
{
color: #449ADD;
}
</style>
background-color css
<style>
a { background-color: #449ADD; }
a { background-color: rgb(68,154,221); }
div.DivClassName
{
background-color: #449ADD;
}
.BgClassName
{
background-color: #449ADD;
}
</style>
border-color css
<style>
span { border-color: #449ADD; }
span { border-color: rgb(68,154,221); }
td.TdClassName
{
border-color: #449ADD;
}
.TagClassName
{
border-color: #449ADD;
}
</style>