Shades of Picton Blue #449BDA
Tints of Picton Blue #449BDA
RGB
CMYK
RGB Variations
Color information
#449BDA (or 0x449BDA) is known color: Picton Blue. HEX triplet: 44, 9B and DA. RGB value is (68,155,218). Sum of RGB (Red+Green+Blue) = 68+155+218=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #449BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BDA is #BB6425. Grayscale: #878787. Windows color (decimal): -12280870 or 14326596. OLE color: 14326596.
HSL color Cylindrical-coordinate representation of color #449BDA: hue angle of 205.2º 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 #449BDA is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 155 | 218 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.15 |
| HSL | 205.2º | 0.67% | 0.56% | - |
| HSV(B) | 205.2º | 0.69% | 0.85% | - |
| XYZ | 26.76 | 29.73 | 70.66 | - |
| YUV | 136.17 | 174.18 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 218 | 0.69 | 0.29 | 0 | 0.15 | 205.2 | 0.67 | 0.56 |
| Hex | 44 | 9B | DA | 45 | 1D | 0 | F | CD | 43 | 38 |
| Octal | 104 | 233 | 332 | 105 | 35 | 0 | 17 | 315 | 103 | 70 |
| Binary | 1000100 | 10011011 | 11011010 | 1000101 | 11101 | 0 | 1111 | 11001101 | 1000011 | 111000 |
Color Harmonies of #449BDA
Complementary color
Monochromatic Colors of #449BDA
Black with #449BDA
Text Example
Text Example
White with #449BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BDA; }
p { color: rgb(68,155,218); }
H1.HeaderClassName
{
color: #449BDA;
}
.AnyTagClassName
{
color: #449BDA;
}
</style>
background-color css
<style>
a { background-color: #449BDA; }
a { background-color: rgb(68,155,218); }
div.DivClassName
{
background-color: #449BDA;
}
.BgClassName
{
background-color: #449BDA;
}
</style>
border-color css
<style>
span { border-color: #449BDA; }
span { border-color: rgb(68,155,218); }
td.TdClassName
{
border-color: #449BDA;
}
.TagClassName
{
border-color: #449BDA;
}
</style>