Shades of Picton Blue #4496CC
Tints of Picton Blue #4496CC
RGB
CMYK
RGB Variations
Color information
#4496CC (or 0x4496CC) is known color: Picton Blue. HEX triplet: 44, 96 and CC. RGB value is (68,150,204). Sum of RGB (Red+Green+Blue) = 68+150+204=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #4496CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496CC is #BB6933. Grayscale: #838383. Windows color (decimal): -12282164 or 13407812. OLE color: 13407812.
HSL color Cylindrical-coordinate representation of color #4496CC: hue angle of 203.82º 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 #4496CC is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 150 | 204 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.2 |
| HSL | 203.82º | 0.57% | 0.53% | - |
| HSV(B) | 203.82º | 0.67% | 0.8% | - |
| XYZ | 24.19 | 27.4 | 61.14 | - |
| YUV | 131.64 | 168.83 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 204 | 0.67 | 0.26 | 0 | 0.2 | 203.82 | 0.57 | 0.53 |
| Hex | 44 | 96 | CC | 43 | 1A | 0 | 14 | CC | 39 | 35 |
| Octal | 104 | 226 | 314 | 103 | 32 | 0 | 24 | 314 | 71 | 65 |
| Binary | 1000100 | 10010110 | 11001100 | 1000011 | 11010 | 0 | 10100 | 11001100 | 111001 | 110101 |
Color Harmonies of #4496CC
Complementary color
Monochromatic Colors of #4496CC
Black with #4496CC
Text Example
Text Example
White with #4496CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4496CC; }
p { color: rgb(68,150,204); }
H1.HeaderClassName
{
color: #4496CC;
}
.AnyTagClassName
{
color: #4496CC;
}
</style>
background-color css
<style>
a { background-color: #4496CC; }
a { background-color: rgb(68,150,204); }
div.DivClassName
{
background-color: #4496CC;
}
.BgClassName
{
background-color: #4496CC;
}
</style>
border-color css
<style>
span { border-color: #4496CC; }
span { border-color: rgb(68,150,204); }
td.TdClassName
{
border-color: #4496CC;
}
.TagClassName
{
border-color: #4496CC;
}
</style>