Shades of Cornflower Blue #4D95E7
Tints of Cornflower Blue #4D95E7
RGB
CMYK
RGB Variations
Color information
#4D95E7 (or 0x4D95E7) is known color: Cornflower Blue. HEX triplet: 4D, 95 and E7. RGB value is (77,149,231). Sum of RGB (Red+Green+Blue) = 77+149+231=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #4D95E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D95E7 is #B26A18. Grayscale: #888888. Windows color (decimal): -11692569 or 15177037. OLE color: 15177037.
HSL color Cylindrical-coordinate representation of color #4D95E7: hue angle of 211.95º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D95E7 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 149 | 231 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.09 |
| HSL | 211.95º | 0.76% | 0.6% | - |
| HSV(B) | 211.95º | 0.67% | 0.91% | - |
| XYZ | 28.23 | 28.84 | 79.68 | - |
| YUV | 136.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 231 | 0.67 | 0.35 | 0 | 0.09 | 211.95 | 0.76 | 0.6 |
| Hex | 4D | 95 | E7 | 43 | 23 | 0 | 9 | D4 | 4C | 3C |
| Octal | 115 | 225 | 347 | 103 | 43 | 0 | 11 | 324 | 114 | 74 |
| Binary | 1001101 | 10010101 | 11100111 | 1000011 | 100011 | 0 | 1001 | 11010100 | 1001100 | 111100 |
Color Harmonies of #4D95E7
Complementary color
Monochromatic Colors of #4D95E7
Black with #4D95E7
Text Example
Text Example
White with #4D95E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D95E7; }
p { color: rgb(77,149,231); }
H1.HeaderClassName
{
color: #4D95E7;
}
.AnyTagClassName
{
color: #4D95E7;
}
</style>
background-color css
<style>
a { background-color: #4D95E7; }
a { background-color: rgb(77,149,231); }
div.DivClassName
{
background-color: #4D95E7;
}
.BgClassName
{
background-color: #4D95E7;
}
</style>
border-color css
<style>
span { border-color: #4D95E7; }
span { border-color: rgb(77,149,231); }
td.TdClassName
{
border-color: #4D95E7;
}
.TagClassName
{
border-color: #4D95E7;
}
</style>