Shades of Cornflower Blue #4DACFF
Tints of Cornflower Blue #4DACFF
RGB
CMYK
RGB Variations
Color information
#4DACFF (or 0x4DACFF) is known color: Cornflower Blue. HEX triplet: 4D, AC and FF. RGB value is (77,172,255). Sum of RGB (Red+Green+Blue) = 77+172+255=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DACFF is #B25300. Grayscale: #989898. Windows color (decimal): -11686657 or 16755789. OLE color: 16755789.
HSL color Cylindrical-coordinate representation of color #4DACFF: hue angle of 207.98º 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 #4DACFF is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 172 | 255 | - |
| CMYK | 0.70 | 0.33 | 0 | 0 |
| HSL | 207.98º | 1% | 0.65% | - |
| HSV(B) | 207.98º | 0.7% | 1% | - |
| XYZ | 35.86 | 38.3 | 100.11 | - |
| YUV | 153.06 | 185.53 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 255 | 0.70 | 0.33 | 0 | 0 | 207.98 | 1 | 0.65 |
| Hex | 4D | AC | FF | 46 | 21 | 0 | 0 | D0 | 64 | 41 |
| Octal | 115 | 254 | 377 | 106 | 41 | 0 | 0 | 320 | 144 | 101 |
| Binary | 1001101 | 10101100 | 11111111 | 1000110 | 100001 | 0 | 0 | 11010000 | 1100100 | 1000001 |
Color Harmonies of #4DACFF
Complementary color
Monochromatic Colors of #4DACFF
Black with #4DACFF
Text Example
Text Example
White with #4DACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACFF; }
p { color: rgb(77,172,255); }
H1.HeaderClassName
{
color: #4DACFF;
}
.AnyTagClassName
{
color: #4DACFF;
}
</style>
background-color css
<style>
a { background-color: #4DACFF; }
a { background-color: rgb(77,172,255); }
div.DivClassName
{
background-color: #4DACFF;
}
.BgClassName
{
background-color: #4DACFF;
}
</style>
border-color css
<style>
span { border-color: #4DACFF; }
span { border-color: rgb(77,172,255); }
td.TdClassName
{
border-color: #4DACFF;
}
.TagClassName
{
border-color: #4DACFF;
}
</style>