Shades of Picton Blue #449ED5
Tints of Picton Blue #449ED5
RGB
CMYK
RGB Variations
Color information
#449ED5 (or 0x449ED5) is known color: Picton Blue. HEX triplet: 44, 9E and D5. RGB value is (68,158,213). Sum of RGB (Red+Green+Blue) = 68+158+213=439 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.49% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #449ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ED5 is #BB612A. Grayscale: #898989. Windows color (decimal): -12280107 or 13999684. OLE color: 13999684.
HSL color Cylindrical-coordinate representation of color #449ED5: hue angle of 202.76º 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 #449ED5 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 158 | 213 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.16 |
| HSL | 202.76º | 0.63% | 0.55% | - |
| HSV(B) | 202.76º | 0.68% | 0.84% | - |
| XYZ | 26.62 | 30.49 | 67.43 | - |
| YUV | 137.36 | 170.68 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 213 | 0.68 | 0.26 | 0 | 0.16 | 202.76 | 0.63 | 0.55 |
| Hex | 44 | 9E | D5 | 44 | 1A | 0 | 10 | CB | 3F | 37 |
| Octal | 104 | 236 | 325 | 104 | 32 | 0 | 20 | 313 | 77 | 67 |
| Binary | 1000100 | 10011110 | 11010101 | 1000100 | 11010 | 0 | 10000 | 11001011 | 111111 | 110111 |
Color Harmonies of #449ED5
Complementary color
Monochromatic Colors of #449ED5
Black with #449ED5
Text Example
Text Example
White with #449ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449ED5; }
p { color: rgb(68,158,213); }
H1.HeaderClassName
{
color: #449ED5;
}
.AnyTagClassName
{
color: #449ED5;
}
</style>
background-color css
<style>
a { background-color: #449ED5; }
a { background-color: rgb(68,158,213); }
div.DivClassName
{
background-color: #449ED5;
}
.BgClassName
{
background-color: #449ED5;
}
</style>
border-color css
<style>
span { border-color: #449ED5; }
span { border-color: rgb(68,158,213); }
td.TdClassName
{
border-color: #449ED5;
}
.TagClassName
{
border-color: #449ED5;
}
</style>