Shades of Picton Blue #4898CF
Tints of Picton Blue #4898CF
RGB
CMYK
RGB Variations
Color information
#4898CF (or 0x4898CF) is known color: Picton Blue. HEX triplet: 48, 98 and CF. RGB value is (72,152,207). Sum of RGB (Red+Green+Blue) = 72+152+207=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #4898CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4898CF is #B76730. Grayscale: #868686. Windows color (decimal): -12019505 or 13604936. OLE color: 13604936.
HSL color Cylindrical-coordinate representation of color #4898CF: hue angle of 204.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4898CF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 152 | 207 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.19 |
| HSL | 204.44º | 0.58% | 0.55% | - |
| HSV(B) | 204.44º | 0.65% | 0.81% | - |
| XYZ | 25.16 | 28.34 | 63.18 | - |
| YUV | 134.35 | 169 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 152 | 207 | 0.65 | 0.27 | 0 | 0.19 | 204.44 | 0.58 | 0.55 |
| Hex | 48 | 98 | CF | 41 | 1B | 0 | 13 | CC | 3A | 37 |
| Octal | 110 | 230 | 317 | 101 | 33 | 0 | 23 | 314 | 72 | 67 |
| Binary | 1001000 | 10011000 | 11001111 | 1000001 | 11011 | 0 | 10011 | 11001100 | 111010 | 110111 |
Color Harmonies of #4898CF
Complementary color
Monochromatic Colors of #4898CF
Black with #4898CF
Text Example
Text Example
White with #4898CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4898CF; }
p { color: rgb(72,152,207); }
H1.HeaderClassName
{
color: #4898CF;
}
.AnyTagClassName
{
color: #4898CF;
}
</style>
background-color css
<style>
a { background-color: #4898CF; }
a { background-color: rgb(72,152,207); }
div.DivClassName
{
background-color: #4898CF;
}
.BgClassName
{
background-color: #4898CF;
}
</style>
border-color css
<style>
span { border-color: #4898CF; }
span { border-color: rgb(72,152,207); }
td.TdClassName
{
border-color: #4898CF;
}
.TagClassName
{
border-color: #4898CF;
}
</style>