Shades of Picton Blue #4492DB
Tints of Picton Blue #4492DB
RGB
CMYK
RGB Variations
Color information
#4492DB (or 0x4492DB) is known color: Picton Blue. HEX triplet: 44, 92 and DB. RGB value is (68,146,219). Sum of RGB (Red+Green+Blue) = 68+146+219=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #4492DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4492DB is #BB6D24. Grayscale: #828282. Windows color (decimal): -12283173 or 14389828. OLE color: 14389828.
HSL color Cylindrical-coordinate representation of color #4492DB: hue angle of 209.01º 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 #4492DB is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 146 | 219 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.14 |
| HSL | 209.01º | 0.68% | 0.56% | - |
| HSV(B) | 209.01º | 0.69% | 0.86% | - |
| XYZ | 25.45 | 26.9 | 70.87 | - |
| YUV | 131 | 177.66 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 219 | 0.69 | 0.33 | 0 | 0.14 | 209.01 | 0.68 | 0.56 |
| Hex | 44 | 92 | DB | 45 | 21 | 0 | E | D1 | 44 | 38 |
| Octal | 104 | 222 | 333 | 105 | 41 | 0 | 16 | 321 | 104 | 70 |
| Binary | 1000100 | 10010010 | 11011011 | 1000101 | 100001 | 0 | 1110 | 11010001 | 1000100 | 111000 |
Color Harmonies of #4492DB
Complementary color
Monochromatic Colors of #4492DB
Black with #4492DB
Text Example
Text Example
White with #4492DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4492DB; }
p { color: rgb(68,146,219); }
H1.HeaderClassName
{
color: #4492DB;
}
.AnyTagClassName
{
color: #4492DB;
}
</style>
background-color css
<style>
a { background-color: #4492DB; }
a { background-color: rgb(68,146,219); }
div.DivClassName
{
background-color: #4492DB;
}
.BgClassName
{
background-color: #4492DB;
}
</style>
border-color css
<style>
span { border-color: #4492DB; }
span { border-color: rgb(68,146,219); }
td.TdClassName
{
border-color: #4492DB;
}
.TagClassName
{
border-color: #4492DB;
}
</style>