Shades of Picton Blue #449BCE
Tints of Picton Blue #449BCE
RGB
CMYK
RGB Variations
Color information
#449BCE (or 0x449BCE) is known color: Picton Blue. HEX triplet: 44, 9B and CE. RGB value is (68,155,206). Sum of RGB (Red+Green+Blue) = 68+155+206=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #449BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BCE is #BB6431. Grayscale: #868686. Windows color (decimal): -12280882 or 13540164. OLE color: 13540164.
HSL color Cylindrical-coordinate representation of color #449BCE: hue angle of 202.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #449BCE is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 155 | 206 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.19 |
| HSL | 202.17º | 0.58% | 0.54% | - |
| HSV(B) | 202.17º | 0.67% | 0.81% | - |
| XYZ | 25.25 | 29.13 | 62.68 | - |
| YUV | 134.8 | 168.18 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 206 | 0.67 | 0.25 | 0 | 0.19 | 202.17 | 0.58 | 0.54 |
| Hex | 44 | 9B | CE | 43 | 19 | 0 | 13 | CA | 3A | 36 |
| Octal | 104 | 233 | 316 | 103 | 31 | 0 | 23 | 312 | 72 | 66 |
| Binary | 1000100 | 10011011 | 11001110 | 1000011 | 11001 | 0 | 10011 | 11001010 | 111010 | 110110 |
Color Harmonies of #449BCE
Complementary color
Monochromatic Colors of #449BCE
Black with #449BCE
Text Example
Text Example
White with #449BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BCE; }
p { color: rgb(68,155,206); }
H1.HeaderClassName
{
color: #449BCE;
}
.AnyTagClassName
{
color: #449BCE;
}
</style>
background-color css
<style>
a { background-color: #449BCE; }
a { background-color: rgb(68,155,206); }
div.DivClassName
{
background-color: #449BCE;
}
.BgClassName
{
background-color: #449BCE;
}
</style>
border-color css
<style>
span { border-color: #449BCE; }
span { border-color: rgb(68,155,206); }
td.TdClassName
{
border-color: #449BCE;
}
.TagClassName
{
border-color: #449BCE;
}
</style>