Shades of Cornflower Blue #46A3FF
Tints of Cornflower Blue #46A3FF
RGB
CMYK
RGB Variations
Color information
#46A3FF (or 0x46A3FF) is known color: Cornflower Blue. HEX triplet: 46, A3 and FF. RGB value is (70,163,255). Sum of RGB (Red+Green+Blue) = 70+163+255=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #46A3FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A3FF is #B95C00. Grayscale: #919191. Windows color (decimal): -12147713 or 16753478. OLE color: 16753478.
HSL color Cylindrical-coordinate representation of color #46A3FF: hue angle of 209.84º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46A3FF is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 163 | 255 | - |
| CMYK | 0.73 | 0.36 | 0 | 0 |
| HSL | 209.84º | 1% | 0.64% | - |
| HSV(B) | 209.84º | 0.73% | 1% | - |
| XYZ | 33.67 | 34.72 | 99.53 | - |
| YUV | 145.68 | 189.69 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 163 | 255 | 0.73 | 0.36 | 0 | 0 | 209.84 | 1 | 0.64 |
| Hex | 46 | A3 | FF | 49 | 24 | 0 | 0 | D2 | 64 | 40 |
| Octal | 106 | 243 | 377 | 111 | 44 | 0 | 0 | 322 | 144 | 100 |
| Binary | 1000110 | 10100011 | 11111111 | 1001001 | 100100 | 0 | 0 | 11010010 | 1100100 | 1000000 |
Color Harmonies of #46A3FF
Complementary color
Monochromatic Colors of #46A3FF
Black with #46A3FF
Text Example
Text Example
White with #46A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A3FF; }
p { color: rgb(70,163,255); }
H1.HeaderClassName
{
color: #46A3FF;
}
.AnyTagClassName
{
color: #46A3FF;
}
</style>
background-color css
<style>
a { background-color: #46A3FF; }
a { background-color: rgb(70,163,255); }
div.DivClassName
{
background-color: #46A3FF;
}
.BgClassName
{
background-color: #46A3FF;
}
</style>
border-color css
<style>
span { border-color: #46A3FF; }
span { border-color: rgb(70,163,255); }
td.TdClassName
{
border-color: #46A3FF;
}
.TagClassName
{
border-color: #46A3FF;
}
</style>