Shades of Picton Blue #4492D7
Tints of Picton Blue #4492D7
RGB
CMYK
RGB Variations
Color information
#4492D7 (or 0x4492D7) is known color: Picton Blue. HEX triplet: 44, 92 and D7. RGB value is (68,146,215). Sum of RGB (Red+Green+Blue) = 68+146+215=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #4492D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4492D7 is #BB6D28. Grayscale: #828282. Windows color (decimal): -12283177 or 14127684. OLE color: 14127684.
HSL color Cylindrical-coordinate representation of color #4492D7: hue angle of 208.16º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4492D7 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 146 | 215 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.16 |
| HSL | 208.16º | 0.65% | 0.55% | - |
| HSV(B) | 208.16º | 0.68% | 0.84% | - |
| XYZ | 24.93 | 26.69 | 68.13 | - |
| YUV | 130.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 215 | 0.68 | 0.32 | 0 | 0.16 | 208.16 | 0.65 | 0.55 |
| Hex | 44 | 92 | D7 | 44 | 20 | 0 | 10 | D0 | 41 | 37 |
| Octal | 104 | 222 | 327 | 104 | 40 | 0 | 20 | 320 | 101 | 67 |
| Binary | 1000100 | 10010010 | 11010111 | 1000100 | 100000 | 0 | 10000 | 11010000 | 1000001 | 110111 |
Color Harmonies of #4492D7
Complementary color
Monochromatic Colors of #4492D7
Black with #4492D7
Text Example
Text Example
White with #4492D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4492D7; }
p { color: rgb(68,146,215); }
H1.HeaderClassName
{
color: #4492D7;
}
.AnyTagClassName
{
color: #4492D7;
}
</style>
background-color css
<style>
a { background-color: #4492D7; }
a { background-color: rgb(68,146,215); }
div.DivClassName
{
background-color: #4492D7;
}
.BgClassName
{
background-color: #4492D7;
}
</style>
border-color css
<style>
span { border-color: #4492D7; }
span { border-color: rgb(68,146,215); }
td.TdClassName
{
border-color: #4492D7;
}
.TagClassName
{
border-color: #4492D7;
}
</style>