Shades of Cornflower Blue #4984FF
Tints of Cornflower Blue #4984FF
RGB
CMYK
RGB Variations
Color information
#4984FF (or 0x4984FF) is known color: Cornflower Blue. HEX triplet: 49, 84 and FF. RGB value is (73,132,255). Sum of RGB (Red+Green+Blue) = 73+132+255=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #4984FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4984FF is #B67B00. Grayscale: #7F7F7F. Windows color (decimal): -11959041 or 16745545. OLE color: 16745545.
HSL color Cylindrical-coordinate representation of color #4984FF: hue angle of 220.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4984FF is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 132 | 255 | - |
| CMYK | 0.71 | 0.48 | 0 | 0 |
| HSL | 220.55º | 1% | 0.64% | - |
| HSV(B) | 220.55º | 0.71% | 1% | - |
| XYZ | 29.05 | 25.14 | 97.93 | - |
| YUV | 128.38 | 199.45 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 255 | 0.71 | 0.48 | 0 | 0 | 220.55 | 1 | 0.64 |
| Hex | 49 | 84 | FF | 47 | 30 | 0 | 0 | DD | 64 | 40 |
| Octal | 111 | 204 | 377 | 107 | 60 | 0 | 0 | 335 | 144 | 100 |
| Binary | 1001001 | 10000100 | 11111111 | 1000111 | 110000 | 0 | 0 | 11011101 | 1100100 | 1000000 |
Color Harmonies of #4984FF
Complementary color
Monochromatic Colors of #4984FF
Black with #4984FF
Text Example
Text Example
White with #4984FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4984FF; }
p { color: rgb(73,132,255); }
H1.HeaderClassName
{
color: #4984FF;
}
.AnyTagClassName
{
color: #4984FF;
}
</style>
background-color css
<style>
a { background-color: #4984FF; }
a { background-color: rgb(73,132,255); }
div.DivClassName
{
background-color: #4984FF;
}
.BgClassName
{
background-color: #4984FF;
}
</style>
border-color css
<style>
span { border-color: #4984FF; }
span { border-color: rgb(73,132,255); }
td.TdClassName
{
border-color: #4984FF;
}
.TagClassName
{
border-color: #4984FF;
}
</style>