Shades of Picton Blue #4A98DF
Tints of Picton Blue #4A98DF
RGB
CMYK
RGB Variations
Color information
#4A98DF (or 0x4A98DF) is known color: Picton Blue. HEX triplet: 4A, 98 and DF. RGB value is (74,152,223). Sum of RGB (Red+Green+Blue) = 74+152+223=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A98DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A98DF is #B56720. Grayscale: #888888. Windows color (decimal): -11888417 or 14653514. OLE color: 14653514.
HSL color Cylindrical-coordinate representation of color #4A98DF: hue angle of 208.59º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A98DF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 152 | 223 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.13 |
| HSL | 208.59º | 0.7% | 0.58% | - |
| HSV(B) | 208.59º | 0.67% | 0.87% | - |
| XYZ | 27.37 | 29.24 | 74.01 | - |
| YUV | 136.77 | 176.66 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 223 | 0.67 | 0.32 | 0 | 0.13 | 208.59 | 0.7 | 0.58 |
| Hex | 4A | 98 | DF | 43 | 20 | 0 | D | D1 | 46 | 3A |
| Octal | 112 | 230 | 337 | 103 | 40 | 0 | 15 | 321 | 106 | 72 |
| Binary | 1001010 | 10011000 | 11011111 | 1000011 | 100000 | 0 | 1101 | 11010001 | 1000110 | 111010 |
Color Harmonies of #4A98DF
Complementary color
Monochromatic Colors of #4A98DF
Black with #4A98DF
Text Example
Text Example
White with #4A98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A98DF; }
p { color: rgb(74,152,223); }
H1.HeaderClassName
{
color: #4A98DF;
}
.AnyTagClassName
{
color: #4A98DF;
}
</style>
background-color css
<style>
a { background-color: #4A98DF; }
a { background-color: rgb(74,152,223); }
div.DivClassName
{
background-color: #4A98DF;
}
.BgClassName
{
background-color: #4A98DF;
}
</style>
border-color css
<style>
span { border-color: #4A98DF; }
span { border-color: rgb(74,152,223); }
td.TdClassName
{
border-color: #4A98DF;
}
.TagClassName
{
border-color: #4A98DF;
}
</style>