Shades of Cornflower Blue #4998FF
Tints of Cornflower Blue #4998FF
RGB
CMYK
RGB Variations
Color information
#4998FF (or 0x4998FF) is known color: Cornflower Blue. HEX triplet: 49, 98 and FF. RGB value is (73,152,255). Sum of RGB (Red+Green+Blue) = 73+152+255=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #4998FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4998FF is #B66700. Grayscale: #8B8B8B. Windows color (decimal): -11953921 or 16750665. OLE color: 16750665.
HSL color Cylindrical-coordinate representation of color #4998FF: hue angle of 213.96º 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 #4998FF is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 152 | 255 | - |
| CMYK | 0.71 | 0.40 | 0 | 0 |
| HSL | 213.96º | 1% | 0.64% | - |
| HSV(B) | 213.96º | 0.71% | 1% | - |
| XYZ | 32.03 | 31.09 | 98.92 | - |
| YUV | 140.12 | 192.83 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 255 | 0.71 | 0.40 | 0 | 0 | 213.96 | 1 | 0.64 |
| Hex | 49 | 98 | FF | 47 | 28 | 0 | 0 | D6 | 64 | 40 |
| Octal | 111 | 230 | 377 | 107 | 50 | 0 | 0 | 326 | 144 | 100 |
| Binary | 1001001 | 10011000 | 11111111 | 1000111 | 101000 | 0 | 0 | 11010110 | 1100100 | 1000000 |
Color Harmonies of #4998FF
Complementary color
Monochromatic Colors of #4998FF
Black with #4998FF
Text Example
Text Example
White with #4998FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4998FF; }
p { color: rgb(73,152,255); }
H1.HeaderClassName
{
color: #4998FF;
}
.AnyTagClassName
{
color: #4998FF;
}
</style>
background-color css
<style>
a { background-color: #4998FF; }
a { background-color: rgb(73,152,255); }
div.DivClassName
{
background-color: #4998FF;
}
.BgClassName
{
background-color: #4998FF;
}
</style>
border-color css
<style>
span { border-color: #4998FF; }
span { border-color: rgb(73,152,255); }
td.TdClassName
{
border-color: #4998FF;
}
.TagClassName
{
border-color: #4998FF;
}
</style>