Shades of Picton Blue #449DCE
Tints of Picton Blue #449DCE
RGB
CMYK
RGB Variations
Color information
#449DCE (or 0x449DCE) is known color: Picton Blue. HEX triplet: 44, 9D and CE. RGB value is (68,157,206). Sum of RGB (Red+Green+Blue) = 68+157+206=431 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.78% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #449DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DCE is #BB6231. Grayscale: #878787. Windows color (decimal): -12280370 or 13540676. OLE color: 13540676.
HSL color Cylindrical-coordinate representation of color #449DCE: hue angle of 201.3º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #449DCE is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 157 | 206 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.19 |
| HSL | 201.3º | 0.58% | 0.54% | - |
| HSV(B) | 201.3º | 0.67% | 0.81% | - |
| XYZ | 25.58 | 29.8 | 62.8 | - |
| YUV | 135.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 206 | 0.67 | 0.24 | 0 | 0.19 | 201.3 | 0.58 | 0.54 |
| Hex | 44 | 9D | CE | 43 | 18 | 0 | 13 | C9 | 3A | 36 |
| Octal | 104 | 235 | 316 | 103 | 30 | 0 | 23 | 311 | 72 | 66 |
| Binary | 1000100 | 10011101 | 11001110 | 1000011 | 11000 | 0 | 10011 | 11001001 | 111010 | 110110 |
Color Harmonies of #449DCE
Complementary color
Monochromatic Colors of #449DCE
Black with #449DCE
Text Example
Text Example
White with #449DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DCE; }
p { color: rgb(68,157,206); }
H1.HeaderClassName
{
color: #449DCE;
}
.AnyTagClassName
{
color: #449DCE;
}
</style>
background-color css
<style>
a { background-color: #449DCE; }
a { background-color: rgb(68,157,206); }
div.DivClassName
{
background-color: #449DCE;
}
.BgClassName
{
background-color: #449DCE;
}
</style>
border-color css
<style>
span { border-color: #449DCE; }
span { border-color: rgb(68,157,206); }
td.TdClassName
{
border-color: #449DCE;
}
.TagClassName
{
border-color: #449DCE;
}
</style>