Shades of Picton Blue #449DCF
Tints of Picton Blue #449DCF
RGB
CMYK
RGB Variations
Color information
#449DCF (or 0x449DCF) is known color: Picton Blue. HEX triplet: 44, 9D and CF. RGB value is (68,157,207). Sum of RGB (Red+Green+Blue) = 68+157+207=432 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.74% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #449DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DCF is #BB6230. Grayscale: #878787. Windows color (decimal): -12280369 or 13606212. OLE color: 13606212.
HSL color Cylindrical-coordinate representation of color #449DCF: hue angle of 201.58º degrees, saturation: 0.59, 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 #449DCF is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 157 | 207 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.19 |
| HSL | 201.58º | 0.59% | 0.54% | - |
| HSV(B) | 201.58º | 0.67% | 0.81% | - |
| XYZ | 25.7 | 29.85 | 63.44 | - |
| YUV | 136.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 207 | 0.67 | 0.24 | 0 | 0.19 | 201.58 | 0.59 | 0.54 |
| Hex | 44 | 9D | CF | 43 | 18 | 0 | 13 | CA | 3B | 36 |
| Octal | 104 | 235 | 317 | 103 | 30 | 0 | 23 | 312 | 73 | 66 |
| Binary | 1000100 | 10011101 | 11001111 | 1000011 | 11000 | 0 | 10011 | 11001010 | 111011 | 110110 |
Color Harmonies of #449DCF
Complementary color
Monochromatic Colors of #449DCF
Black with #449DCF
Text Example
Text Example
White with #449DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DCF; }
p { color: rgb(68,157,207); }
H1.HeaderClassName
{
color: #449DCF;
}
.AnyTagClassName
{
color: #449DCF;
}
</style>
background-color css
<style>
a { background-color: #449DCF; }
a { background-color: rgb(68,157,207); }
div.DivClassName
{
background-color: #449DCF;
}
.BgClassName
{
background-color: #449DCF;
}
</style>
border-color css
<style>
span { border-color: #449DCF; }
span { border-color: rgb(68,157,207); }
td.TdClassName
{
border-color: #449DCF;
}
.TagClassName
{
border-color: #449DCF;
}
</style>