Shades of Cornflower Blue #4691FF
Tints of Cornflower Blue #4691FF
RGB
CMYK
RGB Variations
Color information
#4691FF (or 0x4691FF) is known color: Cornflower Blue. HEX triplet: 46, 91 and FF. RGB value is (70,145,255). Sum of RGB (Red+Green+Blue) = 70+145+255=470 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.89% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #4691FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4691FF is #B96E00. Grayscale: #868686. Windows color (decimal): -12152321 or 16748870. OLE color: 16748870.
HSL color Cylindrical-coordinate representation of color #4691FF: hue angle of 215.68º 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 #4691FF is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 145 | 255 | - |
| CMYK | 0.73 | 0.43 | 0 | 0 |
| HSL | 215.68º | 1% | 0.64% | - |
| HSV(B) | 215.68º | 0.73% | 1% | - |
| XYZ | 30.7 | 28.77 | 98.54 | - |
| YUV | 135.12 | 195.65 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 255 | 0.73 | 0.43 | 0 | 0 | 215.68 | 1 | 0.64 |
| Hex | 46 | 91 | FF | 49 | 2B | 0 | 0 | D8 | 64 | 40 |
| Octal | 106 | 221 | 377 | 111 | 53 | 0 | 0 | 330 | 144 | 100 |
| Binary | 1000110 | 10010001 | 11111111 | 1001001 | 101011 | 0 | 0 | 11011000 | 1100100 | 1000000 |
Color Harmonies of #4691FF
Complementary color
Monochromatic Colors of #4691FF
Black with #4691FF
Text Example
Text Example
White with #4691FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4691FF; }
p { color: rgb(70,145,255); }
H1.HeaderClassName
{
color: #4691FF;
}
.AnyTagClassName
{
color: #4691FF;
}
</style>
background-color css
<style>
a { background-color: #4691FF; }
a { background-color: rgb(70,145,255); }
div.DivClassName
{
background-color: #4691FF;
}
.BgClassName
{
background-color: #4691FF;
}
</style>
border-color css
<style>
span { border-color: #4691FF; }
span { border-color: rgb(70,145,255); }
td.TdClassName
{
border-color: #4691FF;
}
.TagClassName
{
border-color: #4691FF;
}
</style>