Shades of Picton Blue #449ACC
Tints of Picton Blue #449ACC
RGB
CMYK
RGB Variations
Color information
#449ACC (or 0x449ACC) is known color: Picton Blue. HEX triplet: 44, 9A and CC. RGB value is (68,154,204). Sum of RGB (Red+Green+Blue) = 68+154+204=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #449ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ACC is #BB6533. Grayscale: #858585. Windows color (decimal): -12281140 or 13408836. OLE color: 13408836.
HSL color Cylindrical-coordinate representation of color #449ACC: hue angle of 202.06º degrees, saturation: 0.57, 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 #449ACC is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 154 | 204 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.2 |
| HSL | 202.06º | 0.57% | 0.53% | - |
| HSV(B) | 202.06º | 0.67% | 0.8% | - |
| XYZ | 24.84 | 28.7 | 61.36 | - |
| YUV | 133.99 | 167.51 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 204 | 0.67 | 0.25 | 0 | 0.2 | 202.06 | 0.57 | 0.53 |
| Hex | 44 | 9A | CC | 43 | 19 | 0 | 14 | CA | 39 | 35 |
| Octal | 104 | 232 | 314 | 103 | 31 | 0 | 24 | 312 | 71 | 65 |
| Binary | 1000100 | 10011010 | 11001100 | 1000011 | 11001 | 0 | 10100 | 11001010 | 111001 | 110101 |
Color Harmonies of #449ACC
Complementary color
Monochromatic Colors of #449ACC
Black with #449ACC
Text Example
Text Example
White with #449ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449ACC; }
p { color: rgb(68,154,204); }
H1.HeaderClassName
{
color: #449ACC;
}
.AnyTagClassName
{
color: #449ACC;
}
</style>
background-color css
<style>
a { background-color: #449ACC; }
a { background-color: rgb(68,154,204); }
div.DivClassName
{
background-color: #449ACC;
}
.BgClassName
{
background-color: #449ACC;
}
</style>
border-color css
<style>
span { border-color: #449ACC; }
span { border-color: rgb(68,154,204); }
td.TdClassName
{
border-color: #449ACC;
}
.TagClassName
{
border-color: #449ACC;
}
</style>