Shades of Picton Blue #4495DF
Tints of Picton Blue #4495DF
RGB
CMYK
RGB Variations
Color information
#4495DF (or 0x4495DF) is known color: Picton Blue. HEX triplet: 44, 95 and DF. RGB value is (68,149,223). Sum of RGB (Red+Green+Blue) = 68+149+223=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #4495DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4495DF is #BB6A20. Grayscale: #848484. Windows color (decimal): -12282401 or 14652740. OLE color: 14652740.
HSL color Cylindrical-coordinate representation of color #4495DF: hue angle of 208.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4495DF is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 149 | 223 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.13 |
| HSL | 208.65º | 0.71% | 0.57% | - |
| HSV(B) | 208.65º | 0.7% | 0.87% | - |
| XYZ | 26.45 | 28.05 | 73.83 | - |
| YUV | 133.22 | 178.66 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 223 | 0.70 | 0.33 | 0 | 0.13 | 208.65 | 0.71 | 0.57 |
| Hex | 44 | 95 | DF | 46 | 21 | 0 | D | D1 | 47 | 39 |
| Octal | 104 | 225 | 337 | 106 | 41 | 0 | 15 | 321 | 107 | 71 |
| Binary | 1000100 | 10010101 | 11011111 | 1000110 | 100001 | 0 | 1101 | 11010001 | 1000111 | 111001 |
Color Harmonies of #4495DF
Complementary color
Monochromatic Colors of #4495DF
Black with #4495DF
Text Example
Text Example
White with #4495DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4495DF; }
p { color: rgb(68,149,223); }
H1.HeaderClassName
{
color: #4495DF;
}
.AnyTagClassName
{
color: #4495DF;
}
</style>
background-color css
<style>
a { background-color: #4495DF; }
a { background-color: rgb(68,149,223); }
div.DivClassName
{
background-color: #4495DF;
}
.BgClassName
{
background-color: #4495DF;
}
</style>
border-color css
<style>
span { border-color: #4495DF; }
span { border-color: rgb(68,149,223); }
td.TdClassName
{
border-color: #4495DF;
}
.TagClassName
{
border-color: #4495DF;
}
</style>