Shades of Picton Blue #449CCE
Tints of Picton Blue #449CCE
RGB
CMYK
RGB Variations
Color information
#449CCE (or 0x449CCE) is known color: Picton Blue. HEX triplet: 44, 9C and CE. RGB value is (68,156,206). Sum of RGB (Red+Green+Blue) = 68+156+206=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #449CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CCE is #BB6331. Grayscale: #878787. Windows color (decimal): -12280626 or 13540420. OLE color: 13540420.
HSL color Cylindrical-coordinate representation of color #449CCE: hue angle of 201.74º 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 #449CCE is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 156 | 206 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.19 |
| HSL | 201.74º | 0.58% | 0.54% | - |
| HSV(B) | 201.74º | 0.67% | 0.81% | - |
| XYZ | 25.41 | 29.46 | 62.74 | - |
| YUV | 135.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 206 | 0.67 | 0.24 | 0 | 0.19 | 201.74 | 0.58 | 0.54 |
| Hex | 44 | 9C | CE | 43 | 18 | 0 | 13 | CA | 3A | 36 |
| Octal | 104 | 234 | 316 | 103 | 30 | 0 | 23 | 312 | 72 | 66 |
| Binary | 1000100 | 10011100 | 11001110 | 1000011 | 11000 | 0 | 10011 | 11001010 | 111010 | 110110 |
Color Harmonies of #449CCE
Complementary color
Monochromatic Colors of #449CCE
Black with #449CCE
Text Example
Text Example
White with #449CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CCE; }
p { color: rgb(68,156,206); }
H1.HeaderClassName
{
color: #449CCE;
}
.AnyTagClassName
{
color: #449CCE;
}
</style>
background-color css
<style>
a { background-color: #449CCE; }
a { background-color: rgb(68,156,206); }
div.DivClassName
{
background-color: #449CCE;
}
.BgClassName
{
background-color: #449CCE;
}
</style>
border-color css
<style>
span { border-color: #449CCE; }
span { border-color: rgb(68,156,206); }
td.TdClassName
{
border-color: #449CCE;
}
.TagClassName
{
border-color: #449CCE;
}
</style>