Shades of Picton Blue #449FCE
Tints of Picton Blue #449FCE
RGB
CMYK
RGB Variations
Color information
#449FCE (or 0x449FCE) is known color: Picton Blue. HEX triplet: 44, 9F and CE. RGB value is (68,159,206). Sum of RGB (Red+Green+Blue) = 68+159+206=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #449FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FCE is #BB6031. Grayscale: #888888. Windows color (decimal): -12279858 or 13541188. OLE color: 13541188.
HSL color Cylindrical-coordinate representation of color #449FCE: hue angle of 200.43º 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 #449FCE is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 159 | 206 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.19 |
| HSL | 200.43º | 0.58% | 0.54% | - |
| HSV(B) | 200.43º | 0.67% | 0.81% | - |
| XYZ | 25.92 | 30.48 | 62.91 | - |
| YUV | 137.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 206 | 0.67 | 0.23 | 0 | 0.19 | 200.43 | 0.58 | 0.54 |
| Hex | 44 | 9F | CE | 43 | 17 | 0 | 13 | C8 | 3A | 36 |
| Octal | 104 | 237 | 316 | 103 | 27 | 0 | 23 | 310 | 72 | 66 |
| Binary | 1000100 | 10011111 | 11001110 | 1000011 | 10111 | 0 | 10011 | 11001000 | 111010 | 110110 |
Color Harmonies of #449FCE
Complementary color
Monochromatic Colors of #449FCE
Black with #449FCE
Text Example
Text Example
White with #449FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FCE; }
p { color: rgb(68,159,206); }
H1.HeaderClassName
{
color: #449FCE;
}
.AnyTagClassName
{
color: #449FCE;
}
</style>
background-color css
<style>
a { background-color: #449FCE; }
a { background-color: rgb(68,159,206); }
div.DivClassName
{
background-color: #449FCE;
}
.BgClassName
{
background-color: #449FCE;
}
</style>
border-color css
<style>
span { border-color: #449FCE; }
span { border-color: rgb(68,159,206); }
td.TdClassName
{
border-color: #449FCE;
}
.TagClassName
{
border-color: #449FCE;
}
</style>