Shades of Picton Blue #4496CE
Tints of Picton Blue #4496CE
RGB
CMYK
RGB Variations
Color information
#4496CE (or 0x4496CE) is known color: Picton Blue. HEX triplet: 44, 96 and CE. RGB value is (68,150,206). Sum of RGB (Red+Green+Blue) = 68+150+206=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #4496CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496CE is #BB6931. Grayscale: #838383. Windows color (decimal): -12282162 or 13538884. OLE color: 13538884.
HSL color Cylindrical-coordinate representation of color #4496CE: hue angle of 204.35º 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 #4496CE is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 150 | 206 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.19 |
| HSL | 204.35º | 0.58% | 0.54% | - |
| HSV(B) | 204.35º | 0.67% | 0.81% | - |
| XYZ | 24.43 | 27.5 | 62.41 | - |
| YUV | 131.87 | 169.83 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 206 | 0.67 | 0.27 | 0 | 0.19 | 204.35 | 0.58 | 0.54 |
| Hex | 44 | 96 | CE | 43 | 1B | 0 | 13 | CC | 3A | 36 |
| Octal | 104 | 226 | 316 | 103 | 33 | 0 | 23 | 314 | 72 | 66 |
| Binary | 1000100 | 10010110 | 11001110 | 1000011 | 11011 | 0 | 10011 | 11001100 | 111010 | 110110 |
Color Harmonies of #4496CE
Complementary color
Monochromatic Colors of #4496CE
Black with #4496CE
Text Example
Text Example
White with #4496CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4496CE; }
p { color: rgb(68,150,206); }
H1.HeaderClassName
{
color: #4496CE;
}
.AnyTagClassName
{
color: #4496CE;
}
</style>
background-color css
<style>
a { background-color: #4496CE; }
a { background-color: rgb(68,150,206); }
div.DivClassName
{
background-color: #4496CE;
}
.BgClassName
{
background-color: #4496CE;
}
</style>
border-color css
<style>
span { border-color: #4496CE; }
span { border-color: rgb(68,150,206); }
td.TdClassName
{
border-color: #4496CE;
}
.TagClassName
{
border-color: #4496CE;
}
</style>