Shades of Picton Blue #4496CB
Tints of Picton Blue #4496CB
RGB
CMYK
RGB Variations
Color information
#4496CB (or 0x4496CB) is known color: Picton Blue. HEX triplet: 44, 96 and CB. RGB value is (68,150,203). Sum of RGB (Red+Green+Blue) = 68+150+203=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #4496CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496CB is #BB6934. Grayscale: #838383. Windows color (decimal): -12282165 or 13342276. OLE color: 13342276.
HSL color Cylindrical-coordinate representation of color #4496CB: hue angle of 203.56º degrees, saturation: 0.56, 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 #4496CB is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 150 | 203 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.20 |
| HSL | 203.56º | 0.56% | 0.53% | - |
| HSV(B) | 203.56º | 0.67% | 0.8% | - |
| XYZ | 24.07 | 27.35 | 60.51 | - |
| YUV | 131.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 150 | 203 | 0.67 | 0.26 | 0 | 0.20 | 203.56 | 0.56 | 0.53 |
| Hex | 44 | 96 | CB | 43 | 1A | 0 | 14 | CC | 38 | 35 |
| Octal | 104 | 226 | 313 | 103 | 32 | 0 | 24 | 314 | 70 | 65 |
| Binary | 1000100 | 10010110 | 11001011 | 1000011 | 11010 | 0 | 10100 | 11001100 | 111000 | 110101 |
Color Harmonies of #4496CB
Complementary color
Monochromatic Colors of #4496CB
Black with #4496CB
Text Example
Text Example
White with #4496CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4496CB; }
p { color: rgb(68,150,203); }
H1.HeaderClassName
{
color: #4496CB;
}
.AnyTagClassName
{
color: #4496CB;
}
</style>
background-color css
<style>
a { background-color: #4496CB; }
a { background-color: rgb(68,150,203); }
div.DivClassName
{
background-color: #4496CB;
}
.BgClassName
{
background-color: #4496CB;
}
</style>
border-color css
<style>
span { border-color: #4496CB; }
span { border-color: rgb(68,150,203); }
td.TdClassName
{
border-color: #4496CB;
}
.TagClassName
{
border-color: #4496CB;
}
</style>