Shades of Cornflower Blue #4D93FC
Tints of Cornflower Blue #4D93FC
RGB
CMYK
RGB Variations
Color information
#4D93FC (or 0x4D93FC) is known color: Cornflower Blue. HEX triplet: 4D, 93 and FC. RGB value is (77,147,252). Sum of RGB (Red+Green+Blue) = 77+147+252=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D93FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D93FC is #B26C03. Grayscale: #898989. Windows color (decimal): -11693060 or 16552781. OLE color: 16552781.
HSL color Cylindrical-coordinate representation of color #4D93FC: hue angle of 216º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D93FC is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 147 | 252 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.01 |
| HSL | 216º | 0.97% | 0.65% | - |
| HSV(B) | 216º | 0.69% | 0.99% | - |
| XYZ | 31.06 | 29.47 | 96.15 | - |
| YUV | 138.04 | 192.31 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 252 | 0.69 | 0.42 | 0 | 0.01 | 216 | 0.97 | 0.65 |
| Hex | 4D | 93 | FC | 45 | 2A | 0 | 1 | D8 | 61 | 41 |
| Octal | 115 | 223 | 374 | 105 | 52 | 0 | 1 | 330 | 141 | 101 |
| Binary | 1001101 | 10010011 | 11111100 | 1000101 | 101010 | 0 | 1 | 11011000 | 1100001 | 1000001 |
Color Harmonies of #4D93FC
Complementary color
Monochromatic Colors of #4D93FC
Black with #4D93FC
Text Example
Text Example
White with #4D93FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D93FC; }
p { color: rgb(77,147,252); }
H1.HeaderClassName
{
color: #4D93FC;
}
.AnyTagClassName
{
color: #4D93FC;
}
</style>
background-color css
<style>
a { background-color: #4D93FC; }
a { background-color: rgb(77,147,252); }
div.DivClassName
{
background-color: #4D93FC;
}
.BgClassName
{
background-color: #4D93FC;
}
</style>
border-color css
<style>
span { border-color: #4D93FC; }
span { border-color: rgb(77,147,252); }
td.TdClassName
{
border-color: #4D93FC;
}
.TagClassName
{
border-color: #4D93FC;
}
</style>