Shades of Picton Blue #4499DB
Tints of Picton Blue #4499DB
RGB
CMYK
RGB Variations
Color information
#4499DB (or 0x4499DB) is known color: Picton Blue. HEX triplet: 44, 99 and DB. RGB value is (68,153,219). Sum of RGB (Red+Green+Blue) = 68+153+219=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #4499DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4499DB is #BB6624. Grayscale: #868686. Windows color (decimal): -12281381 or 14391620. OLE color: 14391620.
HSL color Cylindrical-coordinate representation of color #4499DB: hue angle of 206.23º 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 #4499DB is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 153 | 219 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.14 |
| HSL | 206.23º | 0.68% | 0.56% | - |
| HSV(B) | 206.23º | 0.69% | 0.86% | - |
| XYZ | 26.56 | 29.13 | 71.24 | - |
| YUV | 135.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 219 | 0.69 | 0.30 | 0 | 0.14 | 206.23 | 0.68 | 0.56 |
| Hex | 44 | 99 | DB | 45 | 1E | 0 | E | CE | 44 | 38 |
| Octal | 104 | 231 | 333 | 105 | 36 | 0 | 16 | 316 | 104 | 70 |
| Binary | 1000100 | 10011001 | 11011011 | 1000101 | 11110 | 0 | 1110 | 11001110 | 1000100 | 111000 |
Color Harmonies of #4499DB
Complementary color
Monochromatic Colors of #4499DB
Black with #4499DB
Text Example
Text Example
White with #4499DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499DB; }
p { color: rgb(68,153,219); }
H1.HeaderClassName
{
color: #4499DB;
}
.AnyTagClassName
{
color: #4499DB;
}
</style>
background-color css
<style>
a { background-color: #4499DB; }
a { background-color: rgb(68,153,219); }
div.DivClassName
{
background-color: #4499DB;
}
.BgClassName
{
background-color: #4499DB;
}
</style>
border-color css
<style>
span { border-color: #4499DB; }
span { border-color: rgb(68,153,219); }
td.TdClassName
{
border-color: #4499DB;
}
.TagClassName
{
border-color: #4499DB;
}
</style>