Shades of Cornflower Blue #4D83FF
Tints of Cornflower Blue #4D83FF
RGB
CMYK
RGB Variations
Color information
#4D83FF (or 0x4D83FF) is known color: Cornflower Blue. HEX triplet: 4D, 83 and FF. RGB value is (77,131,255). Sum of RGB (Red+Green+Blue) = 77+131+255=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D83FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D83FF is #B27C00. Grayscale: #808080. Windows color (decimal): -11697153 or 16745293. OLE color: 16745293.
HSL color Cylindrical-coordinate representation of color #4D83FF: hue angle of 221.8º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D83FF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 131 | 255 | - |
| CMYK | 0.70 | 0.49 | 0 | 0 |
| HSL | 221.8º | 1% | 0.65% | - |
| HSV(B) | 221.8º | 0.7% | 1% | - |
| XYZ | 29.23 | 25.03 | 97.9 | - |
| YUV | 128.99 | 199.11 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 131 | 255 | 0.70 | 0.49 | 0 | 0 | 221.8 | 1 | 0.65 |
| Hex | 4D | 83 | FF | 46 | 31 | 0 | 0 | DE | 64 | 41 |
| Octal | 115 | 203 | 377 | 106 | 61 | 0 | 0 | 336 | 144 | 101 |
| Binary | 1001101 | 10000011 | 11111111 | 1000110 | 110001 | 0 | 0 | 11011110 | 1100100 | 1000001 |
Color Harmonies of #4D83FF
Complementary color
Monochromatic Colors of #4D83FF
Black with #4D83FF
Text Example
Text Example
White with #4D83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D83FF; }
p { color: rgb(77,131,255); }
H1.HeaderClassName
{
color: #4D83FF;
}
.AnyTagClassName
{
color: #4D83FF;
}
</style>
background-color css
<style>
a { background-color: #4D83FF; }
a { background-color: rgb(77,131,255); }
div.DivClassName
{
background-color: #4D83FF;
}
.BgClassName
{
background-color: #4D83FF;
}
</style>
border-color css
<style>
span { border-color: #4D83FF; }
span { border-color: rgb(77,131,255); }
td.TdClassName
{
border-color: #4D83FF;
}
.TagClassName
{
border-color: #4D83FF;
}
</style>