Shades of Picton Blue #449CDA
Tints of Picton Blue #449CDA
RGB
CMYK
RGB Variations
Color information
#449CDA (or 0x449CDA) is known color: Picton Blue. HEX triplet: 44, 9C and DA. RGB value is (68,156,218). Sum of RGB (Red+Green+Blue) = 68+156+218=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #449CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CDA is #BB6325. Grayscale: #888888. Windows color (decimal): -12280614 or 14326852. OLE color: 14326852.
HSL color Cylindrical-coordinate representation of color #449CDA: hue angle of 204.8º 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 #449CDA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 156 | 218 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.15 |
| HSL | 204.8º | 0.67% | 0.56% | - |
| HSV(B) | 204.8º | 0.69% | 0.85% | - |
| XYZ | 26.93 | 30.07 | 70.71 | - |
| YUV | 136.76 | 173.85 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 218 | 0.69 | 0.28 | 0 | 0.15 | 204.8 | 0.67 | 0.56 |
| Hex | 44 | 9C | DA | 45 | 1C | 0 | F | CD | 43 | 38 |
| Octal | 104 | 234 | 332 | 105 | 34 | 0 | 17 | 315 | 103 | 70 |
| Binary | 1000100 | 10011100 | 11011010 | 1000101 | 11100 | 0 | 1111 | 11001101 | 1000011 | 111000 |
Color Harmonies of #449CDA
Complementary color
Monochromatic Colors of #449CDA
Black with #449CDA
Text Example
Text Example
White with #449CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CDA; }
p { color: rgb(68,156,218); }
H1.HeaderClassName
{
color: #449CDA;
}
.AnyTagClassName
{
color: #449CDA;
}
</style>
background-color css
<style>
a { background-color: #449CDA; }
a { background-color: rgb(68,156,218); }
div.DivClassName
{
background-color: #449CDA;
}
.BgClassName
{
background-color: #449CDA;
}
</style>
border-color css
<style>
span { border-color: #449CDA; }
span { border-color: rgb(68,156,218); }
td.TdClassName
{
border-color: #449CDA;
}
.TagClassName
{
border-color: #449CDA;
}
</style>