Shades of Picton Blue #4996CC
Tints of Picton Blue #4996CC
RGB
CMYK
RGB Variations
Color information
#4996CC (or 0x4996CC) is known color: Picton Blue. HEX triplet: 49, 96 and CC. RGB value is (73,150,204). Sum of RGB (Red+Green+Blue) = 73+150+204=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #4996CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4996CC is #B66933. Grayscale: #848484. Windows color (decimal): -11954484 or 13407817. OLE color: 13407817.
HSL color Cylindrical-coordinate representation of color #4996CC: hue angle of 204.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4996CC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 150 | 204 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.2 |
| HSL | 204.73º | 0.56% | 0.54% | - |
| HSV(B) | 204.73º | 0.64% | 0.8% | - |
| XYZ | 24.55 | 27.59 | 61.16 | - |
| YUV | 133.13 | 167.99 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 204 | 0.64 | 0.26 | 0 | 0.2 | 204.73 | 0.56 | 0.54 |
| Hex | 49 | 96 | CC | 40 | 1A | 0 | 14 | CD | 38 | 36 |
| Octal | 111 | 226 | 314 | 100 | 32 | 0 | 24 | 315 | 70 | 66 |
| Binary | 1001001 | 10010110 | 11001100 | 1000000 | 11010 | 0 | 10100 | 11001101 | 111000 | 110110 |
Color Harmonies of #4996CC
Complementary color
Monochromatic Colors of #4996CC
Black with #4996CC
Text Example
Text Example
White with #4996CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4996CC; }
p { color: rgb(73,150,204); }
H1.HeaderClassName
{
color: #4996CC;
}
.AnyTagClassName
{
color: #4996CC;
}
</style>
background-color css
<style>
a { background-color: #4996CC; }
a { background-color: rgb(73,150,204); }
div.DivClassName
{
background-color: #4996CC;
}
.BgClassName
{
background-color: #4996CC;
}
</style>
border-color css
<style>
span { border-color: #4996CC; }
span { border-color: rgb(73,150,204); }
td.TdClassName
{
border-color: #4996CC;
}
.TagClassName
{
border-color: #4996CC;
}
</style>