Shades of Picton Blue #449DDA
Tints of Picton Blue #449DDA
RGB
CMYK
RGB Variations
Color information
#449DDA (or 0x449DDA) is known color: Picton Blue. HEX triplet: 44, 9D and DA. RGB value is (68,157,218). Sum of RGB (Red+Green+Blue) = 68+157+218=443 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.35% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #449DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DDA is #BB6225. Grayscale: #898989. Windows color (decimal): -12280358 or 14327108. OLE color: 14327108.
HSL color Cylindrical-coordinate representation of color #449DDA: hue angle of 204.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449DDA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 157 | 218 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.15 |
| HSL | 204.4º | 0.67% | 0.56% | - |
| HSV(B) | 204.4º | 0.69% | 0.85% | - |
| XYZ | 27.1 | 30.4 | 70.77 | - |
| YUV | 137.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 218 | 0.69 | 0.28 | 0 | 0.15 | 204.4 | 0.67 | 0.56 |
| Hex | 44 | 9D | DA | 45 | 1C | 0 | F | CC | 43 | 38 |
| Octal | 104 | 235 | 332 | 105 | 34 | 0 | 17 | 314 | 103 | 70 |
| Binary | 1000100 | 10011101 | 11011010 | 1000101 | 11100 | 0 | 1111 | 11001100 | 1000011 | 111000 |
Color Harmonies of #449DDA
Complementary color
Monochromatic Colors of #449DDA
Black with #449DDA
Text Example
Text Example
White with #449DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DDA; }
p { color: rgb(68,157,218); }
H1.HeaderClassName
{
color: #449DDA;
}
.AnyTagClassName
{
color: #449DDA;
}
</style>
background-color css
<style>
a { background-color: #449DDA; }
a { background-color: rgb(68,157,218); }
div.DivClassName
{
background-color: #449DDA;
}
.BgClassName
{
background-color: #449DDA;
}
</style>
border-color css
<style>
span { border-color: #449DDA; }
span { border-color: rgb(68,157,218); }
td.TdClassName
{
border-color: #449DDA;
}
.TagClassName
{
border-color: #449DDA;
}
</style>