Shades of Cornflower Blue #4D95FF
Tints of Cornflower Blue #4D95FF
RGB
CMYK
RGB Variations
Color information
#4D95FF (or 0x4D95FF) is known color: Cornflower Blue. HEX triplet: 4D, 95 and FF. RGB value is (77,149,255). Sum of RGB (Red+Green+Blue) = 77+149+255=481 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.01% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D95FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D95FF is #B26A00. Grayscale: #8B8B8B. Windows color (decimal): -11692545 or 16749901. OLE color: 16749901.
HSL color Cylindrical-coordinate representation of color #4D95FF: hue angle of 215.73º 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 #4D95FF is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 149 | 255 | - |
| CMYK | 0.70 | 0.42 | 0 | 0 |
| HSL | 215.73º | 1% | 0.65% | - |
| HSV(B) | 215.73º | 0.7% | 1% | - |
| XYZ | 31.86 | 30.29 | 98.78 | - |
| YUV | 139.56 | 193.15 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 255 | 0.70 | 0.42 | 0 | 0 | 215.73 | 1 | 0.65 |
| Hex | 4D | 95 | FF | 46 | 2A | 0 | 0 | D8 | 64 | 41 |
| Octal | 115 | 225 | 377 | 106 | 52 | 0 | 0 | 330 | 144 | 101 |
| Binary | 1001101 | 10010101 | 11111111 | 1000110 | 101010 | 0 | 0 | 11011000 | 1100100 | 1000001 |
Color Harmonies of #4D95FF
Complementary color
Monochromatic Colors of #4D95FF
Black with #4D95FF
Text Example
Text Example
White with #4D95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D95FF; }
p { color: rgb(77,149,255); }
H1.HeaderClassName
{
color: #4D95FF;
}
.AnyTagClassName
{
color: #4D95FF;
}
</style>
background-color css
<style>
a { background-color: #4D95FF; }
a { background-color: rgb(77,149,255); }
div.DivClassName
{
background-color: #4D95FF;
}
.BgClassName
{
background-color: #4D95FF;
}
</style>
border-color css
<style>
span { border-color: #4D95FF; }
span { border-color: rgb(77,149,255); }
td.TdClassName
{
border-color: #4D95FF;
}
.TagClassName
{
border-color: #4D95FF;
}
</style>