Shades of Picton Blue #449ECB
Tints of Picton Blue #449ECB
RGB
CMYK
RGB Variations
Color information
#449ECB (or 0x449ECB) is known color: Picton Blue. HEX triplet: 44, 9E and CB. RGB value is (68,158,203). Sum of RGB (Red+Green+Blue) = 68+158+203=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #449ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ECB is #BB6134. Grayscale: #878787. Windows color (decimal): -12280117 or 13344324. OLE color: 13344324.
HSL color Cylindrical-coordinate representation of color #449ECB: hue angle of 200º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #449ECB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 158 | 203 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.20 |
| HSL | 200º | 0.56% | 0.53% | - |
| HSV(B) | 200º | 0.67% | 0.8% | - |
| XYZ | 25.39 | 29.99 | 60.95 | - |
| YUV | 136.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 203 | 0.67 | 0.22 | 0 | 0.20 | 200 | 0.56 | 0.53 |
| Hex | 44 | 9E | CB | 43 | 16 | 0 | 14 | C8 | 38 | 35 |
| Octal | 104 | 236 | 313 | 103 | 26 | 0 | 24 | 310 | 70 | 65 |
| Binary | 1000100 | 10011110 | 11001011 | 1000011 | 10110 | 0 | 10100 | 11001000 | 111000 | 110101 |
Color Harmonies of #449ECB
Complementary color
Monochromatic Colors of #449ECB
Black with #449ECB
Text Example
Text Example
White with #449ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449ECB; }
p { color: rgb(68,158,203); }
H1.HeaderClassName
{
color: #449ECB;
}
.AnyTagClassName
{
color: #449ECB;
}
</style>
background-color css
<style>
a { background-color: #449ECB; }
a { background-color: rgb(68,158,203); }
div.DivClassName
{
background-color: #449ECB;
}
.BgClassName
{
background-color: #449ECB;
}
</style>
border-color css
<style>
span { border-color: #449ECB; }
span { border-color: rgb(68,158,203); }
td.TdClassName
{
border-color: #449ECB;
}
.TagClassName
{
border-color: #449ECB;
}
</style>