Shades of Picton Blue #4499DC
Tints of Picton Blue #4499DC
RGB
CMYK
RGB Variations
Color information
#4499DC (or 0x4499DC) is known color: Picton Blue. HEX triplet: 44, 99 and DC. RGB value is (68,153,220). Sum of RGB (Red+Green+Blue) = 68+153+220=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #4499DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4499DC is #BB6623. Grayscale: #868686. Windows color (decimal): -12281380 or 14457156. OLE color: 14457156.
HSL color Cylindrical-coordinate representation of color #4499DC: hue angle of 206.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4499DC is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 153 | 220 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.14 |
| HSL | 206.45º | 0.68% | 0.56% | - |
| HSV(B) | 206.45º | 0.69% | 0.86% | - |
| XYZ | 26.69 | 29.18 | 71.94 | - |
| YUV | 135.22 | 175.84 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 220 | 0.69 | 0.30 | 0 | 0.14 | 206.45 | 0.68 | 0.56 |
| Hex | 44 | 99 | DC | 45 | 1E | 0 | E | CE | 44 | 38 |
| Octal | 104 | 231 | 334 | 105 | 36 | 0 | 16 | 316 | 104 | 70 |
| Binary | 1000100 | 10011001 | 11011100 | 1000101 | 11110 | 0 | 1110 | 11001110 | 1000100 | 111000 |
Color Harmonies of #4499DC
Complementary color
Monochromatic Colors of #4499DC
Black with #4499DC
Text Example
Text Example
White with #4499DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499DC; }
p { color: rgb(68,153,220); }
H1.HeaderClassName
{
color: #4499DC;
}
.AnyTagClassName
{
color: #4499DC;
}
</style>
background-color css
<style>
a { background-color: #4499DC; }
a { background-color: rgb(68,153,220); }
div.DivClassName
{
background-color: #4499DC;
}
.BgClassName
{
background-color: #4499DC;
}
</style>
border-color css
<style>
span { border-color: #4499DC; }
span { border-color: rgb(68,153,220); }
td.TdClassName
{
border-color: #4499DC;
}
.TagClassName
{
border-color: #4499DC;
}
</style>