Shades of Picton Blue #4490DE
Tints of Picton Blue #4490DE
RGB
CMYK
RGB Variations
Color information
#4490DE (or 0x4490DE) is known color: Picton Blue. HEX triplet: 44, 90 and DE. RGB value is (68,144,222). Sum of RGB (Red+Green+Blue) = 68+144+222=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #4490DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490DE is #BB6F21. Grayscale: #818181. Windows color (decimal): -12283682 or 14585924. OLE color: 14585924.
HSL color Cylindrical-coordinate representation of color #4490DE: hue angle of 210.39º degrees, saturation: 0.7, 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 #4490DE is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 144 | 222 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.13 |
| HSL | 210.39º | 0.7% | 0.57% | - |
| HSV(B) | 210.39º | 0.69% | 0.87% | - |
| XYZ | 25.54 | 26.45 | 72.87 | - |
| YUV | 130.17 | 179.82 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 222 | 0.69 | 0.35 | 0 | 0.13 | 210.39 | 0.7 | 0.57 |
| Hex | 44 | 90 | DE | 45 | 23 | 0 | D | D2 | 46 | 39 |
| Octal | 104 | 220 | 336 | 105 | 43 | 0 | 15 | 322 | 106 | 71 |
| Binary | 1000100 | 10010000 | 11011110 | 1000101 | 100011 | 0 | 1101 | 11010010 | 1000110 | 111001 |
Color Harmonies of #4490DE
Complementary color
Monochromatic Colors of #4490DE
Black with #4490DE
Text Example
Text Example
White with #4490DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490DE; }
p { color: rgb(68,144,222); }
H1.HeaderClassName
{
color: #4490DE;
}
.AnyTagClassName
{
color: #4490DE;
}
</style>
background-color css
<style>
a { background-color: #4490DE; }
a { background-color: rgb(68,144,222); }
div.DivClassName
{
background-color: #4490DE;
}
.BgClassName
{
background-color: #4490DE;
}
</style>
border-color css
<style>
span { border-color: #4490DE; }
span { border-color: rgb(68,144,222); }
td.TdClassName
{
border-color: #4490DE;
}
.TagClassName
{
border-color: #4490DE;
}
</style>