Shades of Picton Blue #4596DD
Tints of Picton Blue #4596DD
RGB
CMYK
RGB Variations
Color information
#4596DD (or 0x4596DD) is known color: Picton Blue. HEX triplet: 45, 96 and DD. RGB value is (69,150,221). Sum of RGB (Red+Green+Blue) = 69+150+221=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #4596DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4596DD is #BA6922. Grayscale: #858585. Windows color (decimal): -12216611 or 14521925. OLE color: 14521925.
HSL color Cylindrical-coordinate representation of color #4596DD: hue angle of 208.03º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4596DD is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 150 | 221 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.13 |
| HSL | 208.03º | 0.69% | 0.57% | - |
| HSV(B) | 208.03º | 0.69% | 0.87% | - |
| XYZ | 26.41 | 28.3 | 72.48 | - |
| YUV | 133.88 | 177.16 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 221 | 0.69 | 0.32 | 0 | 0.13 | 208.03 | 0.69 | 0.57 |
| Hex | 45 | 96 | DD | 45 | 20 | 0 | D | D0 | 45 | 39 |
| Octal | 105 | 226 | 335 | 105 | 40 | 0 | 15 | 320 | 105 | 71 |
| Binary | 1000101 | 10010110 | 11011101 | 1000101 | 100000 | 0 | 1101 | 11010000 | 1000101 | 111001 |
Color Harmonies of #4596DD
Complementary color
Monochromatic Colors of #4596DD
Black with #4596DD
Text Example
Text Example
White with #4596DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4596DD; }
p { color: rgb(69,150,221); }
H1.HeaderClassName
{
color: #4596DD;
}
.AnyTagClassName
{
color: #4596DD;
}
</style>
background-color css
<style>
a { background-color: #4596DD; }
a { background-color: rgb(69,150,221); }
div.DivClassName
{
background-color: #4596DD;
}
.BgClassName
{
background-color: #4596DD;
}
</style>
border-color css
<style>
span { border-color: #4596DD; }
span { border-color: rgb(69,150,221); }
td.TdClassName
{
border-color: #4596DD;
}
.TagClassName
{
border-color: #4596DD;
}
</style>