Shades of Picton Blue #449BC6
Tints of Picton Blue #449BC6
RGB
CMYK
RGB Variations
Color information
#449BC6 (or 0x449BC6) is known color: Picton Blue. HEX triplet: 44, 9B and C6. RGB value is (68,155,198). Sum of RGB (Red+Green+Blue) = 68+155+198=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #449BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BC6 is #BB6439. Grayscale: #858585. Windows color (decimal): -12280890 or 13015876. OLE color: 13015876.
HSL color Cylindrical-coordinate representation of color #449BC6: hue angle of 199.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449BC6 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 155 | 198 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.22 |
| HSL | 199.85º | 0.53% | 0.52% | - |
| HSV(B) | 199.85º | 0.66% | 0.78% | - |
| XYZ | 24.3 | 28.75 | 57.69 | - |
| YUV | 133.89 | 164.18 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 198 | 0.66 | 0.22 | 0 | 0.22 | 199.85 | 0.53 | 0.52 |
| Hex | 44 | 9B | C6 | 42 | 16 | 0 | 16 | C8 | 35 | 34 |
| Octal | 104 | 233 | 306 | 102 | 26 | 0 | 26 | 310 | 65 | 64 |
| Binary | 1000100 | 10011011 | 11000110 | 1000010 | 10110 | 0 | 10110 | 11001000 | 110101 | 110100 |
Color Harmonies of #449BC6
Complementary color
Monochromatic Colors of #449BC6
Black with #449BC6
Text Example
Text Example
White with #449BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BC6; }
p { color: rgb(68,155,198); }
H1.HeaderClassName
{
color: #449BC6;
}
.AnyTagClassName
{
color: #449BC6;
}
</style>
background-color css
<style>
a { background-color: #449BC6; }
a { background-color: rgb(68,155,198); }
div.DivClassName
{
background-color: #449BC6;
}
.BgClassName
{
background-color: #449BC6;
}
</style>
border-color css
<style>
span { border-color: #449BC6; }
span { border-color: rgb(68,155,198); }
td.TdClassName
{
border-color: #449BC6;
}
.TagClassName
{
border-color: #449BC6;
}
</style>