Shades of Cornflower Blue #4DA2F6
Tints of Cornflower Blue #4DA2F6
RGB
CMYK
RGB Variations
Color information
#4DA2F6 (or 0x4DA2F6) is known color: Cornflower Blue. HEX triplet: 4D, A2 and F6. RGB value is (77,162,246). Sum of RGB (Red+Green+Blue) = 77+162+246=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DA2F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DA2F6 is #B25D09. Grayscale: #919191. Windows color (decimal): -11689226 or 16163405. OLE color: 16163405.
HSL color Cylindrical-coordinate representation of color #4DA2F6: hue angle of 209.82º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DA2F6 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 162 | 246 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.04 |
| HSL | 209.82º | 0.9% | 0.63% | - |
| HSV(B) | 209.82º | 0.69% | 0.96% | - |
| XYZ | 32.62 | 34.07 | 92.05 | - |
| YUV | 146.16 | 184.34 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 246 | 0.69 | 0.34 | 0 | 0.04 | 209.82 | 0.9 | 0.63 |
| Hex | 4D | A2 | F6 | 45 | 22 | 0 | 4 | D2 | 5A | 3F |
| Octal | 115 | 242 | 366 | 105 | 42 | 0 | 4 | 322 | 132 | 77 |
| Binary | 1001101 | 10100010 | 11110110 | 1000101 | 100010 | 0 | 100 | 11010010 | 1011010 | 111111 |
Color Harmonies of #4DA2F6
Complementary color
Monochromatic Colors of #4DA2F6
Black with #4DA2F6
Text Example
Text Example
White with #4DA2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA2F6; }
p { color: rgb(77,162,246); }
H1.HeaderClassName
{
color: #4DA2F6;
}
.AnyTagClassName
{
color: #4DA2F6;
}
</style>
background-color css
<style>
a { background-color: #4DA2F6; }
a { background-color: rgb(77,162,246); }
div.DivClassName
{
background-color: #4DA2F6;
}
.BgClassName
{
background-color: #4DA2F6;
}
</style>
border-color css
<style>
span { border-color: #4DA2F6; }
span { border-color: rgb(77,162,246); }
td.TdClassName
{
border-color: #4DA2F6;
}
.TagClassName
{
border-color: #4DA2F6;
}
</style>