Shades of Cornflower Blue #4983FF
Tints of Cornflower Blue #4983FF
RGB
CMYK
RGB Variations
Color information
#4983FF (or 0x4983FF) is known color: Cornflower Blue. HEX triplet: 49, 83 and FF. RGB value is (73,131,255). Sum of RGB (Red+Green+Blue) = 73+131+255=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #4983FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4983FF is #B67C00. Grayscale: #7F7F7F. Windows color (decimal): -11959297 or 16745289. OLE color: 16745289.
HSL color Cylindrical-coordinate representation of color #4983FF: hue angle of 220.88º 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 #4983FF is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 131 | 255 | - |
| CMYK | 0.71 | 0.49 | 0 | 0 |
| HSL | 220.88º | 1% | 0.64% | - |
| HSV(B) | 220.88º | 0.71% | 1% | - |
| XYZ | 28.91 | 24.87 | 97.88 | - |
| YUV | 127.79 | 199.78 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 255 | 0.71 | 0.49 | 0 | 0 | 220.88 | 1 | 0.64 |
| Hex | 49 | 83 | FF | 47 | 31 | 0 | 0 | DD | 64 | 40 |
| Octal | 111 | 203 | 377 | 107 | 61 | 0 | 0 | 335 | 144 | 100 |
| Binary | 1001001 | 10000011 | 11111111 | 1000111 | 110001 | 0 | 0 | 11011101 | 1100100 | 1000000 |
Color Harmonies of #4983FF
Complementary color
Monochromatic Colors of #4983FF
Black with #4983FF
Text Example
Text Example
White with #4983FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4983FF; }
p { color: rgb(73,131,255); }
H1.HeaderClassName
{
color: #4983FF;
}
.AnyTagClassName
{
color: #4983FF;
}
</style>
background-color css
<style>
a { background-color: #4983FF; }
a { background-color: rgb(73,131,255); }
div.DivClassName
{
background-color: #4983FF;
}
.BgClassName
{
background-color: #4983FF;
}
</style>
border-color css
<style>
span { border-color: #4983FF; }
span { border-color: rgb(73,131,255); }
td.TdClassName
{
border-color: #4983FF;
}
.TagClassName
{
border-color: #4983FF;
}
</style>