Shades of Picton Blue #4499DD
Tints of Picton Blue #4499DD
RGB
CMYK
RGB Variations
Color information
#4499DD (or 0x4499DD) is known color: Picton Blue. HEX triplet: 44, 99 and DD. RGB value is (68,153,221). Sum of RGB (Red+Green+Blue) = 68+153+221=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #4499DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4499DD is #BB6622. Grayscale: #868686. Windows color (decimal): -12281379 or 14522692. OLE color: 14522692.
HSL color Cylindrical-coordinate representation of color #4499DD: hue angle of 206.67º 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 #4499DD is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 153 | 221 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.13 |
| HSL | 206.67º | 0.69% | 0.57% | - |
| HSV(B) | 206.67º | 0.69% | 0.87% | - |
| XYZ | 26.83 | 29.23 | 72.64 | - |
| YUV | 135.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 221 | 0.69 | 0.31 | 0 | 0.13 | 206.67 | 0.69 | 0.57 |
| Hex | 44 | 99 | DD | 45 | 1F | 0 | D | CF | 45 | 39 |
| Octal | 104 | 231 | 335 | 105 | 37 | 0 | 15 | 317 | 105 | 71 |
| Binary | 1000100 | 10011001 | 11011101 | 1000101 | 11111 | 0 | 1101 | 11001111 | 1000101 | 111001 |
Color Harmonies of #4499DD
Complementary color
Monochromatic Colors of #4499DD
Black with #4499DD
Text Example
Text Example
White with #4499DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499DD; }
p { color: rgb(68,153,221); }
H1.HeaderClassName
{
color: #4499DD;
}
.AnyTagClassName
{
color: #4499DD;
}
</style>
background-color css
<style>
a { background-color: #4499DD; }
a { background-color: rgb(68,153,221); }
div.DivClassName
{
background-color: #4499DD;
}
.BgClassName
{
background-color: #4499DD;
}
</style>
border-color css
<style>
span { border-color: #4499DD; }
span { border-color: rgb(68,153,221); }
td.TdClassName
{
border-color: #4499DD;
}
.TagClassName
{
border-color: #4499DD;
}
</style>