Shades of Cornflower Blue #4DA2FC
Tints of Cornflower Blue #4DA2FC
RGB
CMYK
RGB Variations
Color information
#4DA2FC (or 0x4DA2FC) is known color: Cornflower Blue. HEX triplet: 4D, A2 and FC. RGB value is (77,162,252). Sum of RGB (Red+Green+Blue) = 77+162+252=491 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.68% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DA2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DA2FC is #B25D03. Grayscale: #929292. Windows color (decimal): -11689220 or 16556621. OLE color: 16556621.
HSL color Cylindrical-coordinate representation of color #4DA2FC: hue angle of 210.86º 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 #4DA2FC is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 162 | 252 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.01 |
| HSL | 210.86º | 0.97% | 0.65% | - |
| HSV(B) | 210.86º | 0.69% | 0.99% | - |
| XYZ | 33.55 | 34.45 | 96.98 | - |
| YUV | 146.85 | 187.34 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 252 | 0.69 | 0.36 | 0 | 0.01 | 210.86 | 0.97 | 0.65 |
| Hex | 4D | A2 | FC | 45 | 24 | 0 | 1 | D3 | 61 | 41 |
| Octal | 115 | 242 | 374 | 105 | 44 | 0 | 1 | 323 | 141 | 101 |
| Binary | 1001101 | 10100010 | 11111100 | 1000101 | 100100 | 0 | 1 | 11010011 | 1100001 | 1000001 |
Color Harmonies of #4DA2FC
Complementary color
Monochromatic Colors of #4DA2FC
Black with #4DA2FC
Text Example
Text Example
White with #4DA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA2FC; }
p { color: rgb(77,162,252); }
H1.HeaderClassName
{
color: #4DA2FC;
}
.AnyTagClassName
{
color: #4DA2FC;
}
</style>
background-color css
<style>
a { background-color: #4DA2FC; }
a { background-color: rgb(77,162,252); }
div.DivClassName
{
background-color: #4DA2FC;
}
.BgClassName
{
background-color: #4DA2FC;
}
</style>
border-color css
<style>
span { border-color: #4DA2FC; }
span { border-color: rgb(77,162,252); }
td.TdClassName
{
border-color: #4DA2FC;
}
.TagClassName
{
border-color: #4DA2FC;
}
</style>