Shades of Picton Blue #4598CF
Tints of Picton Blue #4598CF
RGB
CMYK
RGB Variations
Color information
#4598CF (or 0x4598CF) is known color: Picton Blue. HEX triplet: 45, 98 and CF. RGB value is (69,152,207). Sum of RGB (Red+Green+Blue) = 69+152+207=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #4598CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4598CF is #BA6730. Grayscale: #858585. Windows color (decimal): -12216113 or 13604933. OLE color: 13604933.
HSL color Cylindrical-coordinate representation of color #4598CF: hue angle of 203.91º degrees, saturation: 0.59, 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 #4598CF is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 152 | 207 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.19 |
| HSL | 203.91º | 0.59% | 0.54% | - |
| HSV(B) | 203.91º | 0.67% | 0.81% | - |
| XYZ | 24.94 | 28.23 | 63.17 | - |
| YUV | 133.45 | 169.5 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 152 | 207 | 0.67 | 0.27 | 0 | 0.19 | 203.91 | 0.59 | 0.54 |
| Hex | 45 | 98 | CF | 43 | 1B | 0 | 13 | CC | 3B | 36 |
| Octal | 105 | 230 | 317 | 103 | 33 | 0 | 23 | 314 | 73 | 66 |
| Binary | 1000101 | 10011000 | 11001111 | 1000011 | 11011 | 0 | 10011 | 11001100 | 111011 | 110110 |
Color Harmonies of #4598CF
Complementary color
Monochromatic Colors of #4598CF
Black with #4598CF
Text Example
Text Example
White with #4598CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4598CF; }
p { color: rgb(69,152,207); }
H1.HeaderClassName
{
color: #4598CF;
}
.AnyTagClassName
{
color: #4598CF;
}
</style>
background-color css
<style>
a { background-color: #4598CF; }
a { background-color: rgb(69,152,207); }
div.DivClassName
{
background-color: #4598CF;
}
.BgClassName
{
background-color: #4598CF;
}
</style>
border-color css
<style>
span { border-color: #4598CF; }
span { border-color: rgb(69,152,207); }
td.TdClassName
{
border-color: #4598CF;
}
.TagClassName
{
border-color: #4598CF;
}
</style>