Shades of Picton Blue #449CD2
Tints of Picton Blue #449CD2
RGB
CMYK
RGB Variations
Color information
#449CD2 (or 0x449CD2) is known color: Picton Blue. HEX triplet: 44, 9C and D2. RGB value is (68,156,210). Sum of RGB (Red+Green+Blue) = 68+156+210=434 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.67% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #449CD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CD2 is #BB632D. Grayscale: #878787. Windows color (decimal): -12280622 or 13802564. OLE color: 13802564.
HSL color Cylindrical-coordinate representation of color #449CD2: hue angle of 202.82º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #449CD2 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 156 | 210 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.18 |
| HSL | 202.82º | 0.61% | 0.55% | - |
| HSV(B) | 202.82º | 0.68% | 0.82% | - |
| XYZ | 25.91 | 29.66 | 65.33 | - |
| YUV | 135.84 | 169.85 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 210 | 0.68 | 0.26 | 0 | 0.18 | 202.82 | 0.61 | 0.55 |
| Hex | 44 | 9C | D2 | 44 | 1A | 0 | 12 | CB | 3D | 37 |
| Octal | 104 | 234 | 322 | 104 | 32 | 0 | 22 | 313 | 75 | 67 |
| Binary | 1000100 | 10011100 | 11010010 | 1000100 | 11010 | 0 | 10010 | 11001011 | 111101 | 110111 |
Color Harmonies of #449CD2
Complementary color
Monochromatic Colors of #449CD2
Black with #449CD2
Text Example
Text Example
White with #449CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CD2; }
p { color: rgb(68,156,210); }
H1.HeaderClassName
{
color: #449CD2;
}
.AnyTagClassName
{
color: #449CD2;
}
</style>
background-color css
<style>
a { background-color: #449CD2; }
a { background-color: rgb(68,156,210); }
div.DivClassName
{
background-color: #449CD2;
}
.BgClassName
{
background-color: #449CD2;
}
</style>
border-color css
<style>
span { border-color: #449CD2; }
span { border-color: rgb(68,156,210); }
td.TdClassName
{
border-color: #449CD2;
}
.TagClassName
{
border-color: #449CD2;
}
</style>