Shades of Picton Blue #4A98CF
Tints of Picton Blue #4A98CF
RGB
CMYK
RGB Variations
Color information
#4A98CF (or 0x4A98CF) is known color: Picton Blue. HEX triplet: 4A, 98 and CF. RGB value is (74,152,207). Sum of RGB (Red+Green+Blue) = 74+152+207=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A98CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A98CF is #B56730. Grayscale: #868686. Windows color (decimal): -11888433 or 13604938. OLE color: 13604938.
HSL color Cylindrical-coordinate representation of color #4A98CF: hue angle of 204.81º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A98CF is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 152 | 207 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.19 |
| HSL | 204.81º | 0.58% | 0.55% | - |
| HSV(B) | 204.81º | 0.64% | 0.81% | - |
| XYZ | 25.31 | 28.42 | 63.18 | - |
| YUV | 134.95 | 168.66 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 207 | 0.64 | 0.27 | 0 | 0.19 | 204.81 | 0.58 | 0.55 |
| Hex | 4A | 98 | CF | 40 | 1B | 0 | 13 | CD | 3A | 37 |
| Octal | 112 | 230 | 317 | 100 | 33 | 0 | 23 | 315 | 72 | 67 |
| Binary | 1001010 | 10011000 | 11001111 | 1000000 | 11011 | 0 | 10011 | 11001101 | 111010 | 110111 |
Color Harmonies of #4A98CF
Complementary color
Monochromatic Colors of #4A98CF
Black with #4A98CF
Text Example
Text Example
White with #4A98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A98CF; }
p { color: rgb(74,152,207); }
H1.HeaderClassName
{
color: #4A98CF;
}
.AnyTagClassName
{
color: #4A98CF;
}
</style>
background-color css
<style>
a { background-color: #4A98CF; }
a { background-color: rgb(74,152,207); }
div.DivClassName
{
background-color: #4A98CF;
}
.BgClassName
{
background-color: #4A98CF;
}
</style>
border-color css
<style>
span { border-color: #4A98CF; }
span { border-color: rgb(74,152,207); }
td.TdClassName
{
border-color: #4A98CF;
}
.TagClassName
{
border-color: #4A98CF;
}
</style>