Shades of Cornflower Blue #4982FF
Tints of Cornflower Blue #4982FF
RGB
CMYK
RGB Variations
Color information
#4982FF (or 0x4982FF) is known color: Cornflower Blue. HEX triplet: 49, 82 and FF. RGB value is (73,130,255). Sum of RGB (Red+Green+Blue) = 73+130+255=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #4982FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4982FF is #B67D00. Grayscale: #7E7E7E. Windows color (decimal): -11959553 or 16745033. OLE color: 16745033.
HSL color Cylindrical-coordinate representation of color #4982FF: hue angle of 221.21º 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 #4982FF is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 130 | 255 | - |
| CMYK | 0.71 | 0.49 | 0 | 0 |
| HSL | 221.21º | 1% | 0.64% | - |
| HSV(B) | 221.21º | 0.71% | 1% | - |
| XYZ | 28.78 | 24.6 | 97.84 | - |
| YUV | 127.21 | 200.12 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 255 | 0.71 | 0.49 | 0 | 0 | 221.21 | 1 | 0.64 |
| Hex | 49 | 82 | FF | 47 | 31 | 0 | 0 | DD | 64 | 40 |
| Octal | 111 | 202 | 377 | 107 | 61 | 0 | 0 | 335 | 144 | 100 |
| Binary | 1001001 | 10000010 | 11111111 | 1000111 | 110001 | 0 | 0 | 11011101 | 1100100 | 1000000 |
Color Harmonies of #4982FF
Complementary color
Monochromatic Colors of #4982FF
Black with #4982FF
Text Example
Text Example
White with #4982FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982FF; }
p { color: rgb(73,130,255); }
H1.HeaderClassName
{
color: #4982FF;
}
.AnyTagClassName
{
color: #4982FF;
}
</style>
background-color css
<style>
a { background-color: #4982FF; }
a { background-color: rgb(73,130,255); }
div.DivClassName
{
background-color: #4982FF;
}
.BgClassName
{
background-color: #4982FF;
}
</style>
border-color css
<style>
span { border-color: #4982FF; }
span { border-color: rgb(73,130,255); }
td.TdClassName
{
border-color: #4982FF;
}
.TagClassName
{
border-color: #4982FF;
}
</style>