Shades of Picton Blue #4490DD
Tints of Picton Blue #4490DD
RGB
CMYK
RGB Variations
Color information
#4490DD (or 0x4490DD) is known color: Picton Blue. HEX triplet: 44, 90 and DD. RGB value is (68,144,221). Sum of RGB (Red+Green+Blue) = 68+144+221=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #4490DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490DD is #BB6F22. Grayscale: #818181. Windows color (decimal): -12283683 or 14520388. OLE color: 14520388.
HSL color Cylindrical-coordinate representation of color #4490DD: hue angle of 210.2º 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 #4490DD is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 144 | 221 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.13 |
| HSL | 210.2º | 0.69% | 0.57% | - |
| HSV(B) | 210.2º | 0.69% | 0.87% | - |
| XYZ | 25.41 | 26.4 | 72.16 | - |
| YUV | 130.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 221 | 0.69 | 0.35 | 0 | 0.13 | 210.2 | 0.69 | 0.57 |
| Hex | 44 | 90 | DD | 45 | 23 | 0 | D | D2 | 45 | 39 |
| Octal | 104 | 220 | 335 | 105 | 43 | 0 | 15 | 322 | 105 | 71 |
| Binary | 1000100 | 10010000 | 11011101 | 1000101 | 100011 | 0 | 1101 | 11010010 | 1000101 | 111001 |
Color Harmonies of #4490DD
Complementary color
Monochromatic Colors of #4490DD
Black with #4490DD
Text Example
Text Example
White with #4490DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490DD; }
p { color: rgb(68,144,221); }
H1.HeaderClassName
{
color: #4490DD;
}
.AnyTagClassName
{
color: #4490DD;
}
</style>
background-color css
<style>
a { background-color: #4490DD; }
a { background-color: rgb(68,144,221); }
div.DivClassName
{
background-color: #4490DD;
}
.BgClassName
{
background-color: #4490DD;
}
</style>
border-color css
<style>
span { border-color: #4490DD; }
span { border-color: rgb(68,144,221); }
td.TdClassName
{
border-color: #4490DD;
}
.TagClassName
{
border-color: #4490DD;
}
</style>