Shades of Picton Blue #449FD5
Tints of Picton Blue #449FD5
RGB
CMYK
RGB Variations
Color information
#449FD5 (or 0x449FD5) is known color: Picton Blue. HEX triplet: 44, 9F and D5. RGB value is (68,159,213). Sum of RGB (Red+Green+Blue) = 68+159+213=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #449FD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FD5 is #BB602A. Grayscale: #898989. Windows color (decimal): -12279851 or 13999940. OLE color: 13999940.
HSL color Cylindrical-coordinate representation of color #449FD5: hue angle of 202.34º degrees, saturation: 0.63, 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 #449FD5 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 159 | 213 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.16 |
| HSL | 202.34º | 0.63% | 0.55% | - |
| HSV(B) | 202.34º | 0.68% | 0.84% | - |
| XYZ | 26.79 | 30.83 | 67.49 | - |
| YUV | 137.95 | 170.35 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 213 | 0.68 | 0.25 | 0 | 0.16 | 202.34 | 0.63 | 0.55 |
| Hex | 44 | 9F | D5 | 44 | 19 | 0 | 10 | CA | 3F | 37 |
| Octal | 104 | 237 | 325 | 104 | 31 | 0 | 20 | 312 | 77 | 67 |
| Binary | 1000100 | 10011111 | 11010101 | 1000100 | 11001 | 0 | 10000 | 11001010 | 111111 | 110111 |
Color Harmonies of #449FD5
Complementary color
Monochromatic Colors of #449FD5
Black with #449FD5
Text Example
Text Example
White with #449FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FD5; }
p { color: rgb(68,159,213); }
H1.HeaderClassName
{
color: #449FD5;
}
.AnyTagClassName
{
color: #449FD5;
}
</style>
background-color css
<style>
a { background-color: #449FD5; }
a { background-color: rgb(68,159,213); }
div.DivClassName
{
background-color: #449FD5;
}
.BgClassName
{
background-color: #449FD5;
}
</style>
border-color css
<style>
span { border-color: #449FD5; }
span { border-color: rgb(68,159,213); }
td.TdClassName
{
border-color: #449FD5;
}
.TagClassName
{
border-color: #449FD5;
}
</style>