Shades of Cornflower Blue #4586FF
Tints of Cornflower Blue #4586FF
RGB
CMYK
RGB Variations
Color information
#4586FF (or 0x4586FF) is known color: Cornflower Blue. HEX triplet: 45, 86 and FF. RGB value is (69,134,255). Sum of RGB (Red+Green+Blue) = 69+134+255=458 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.07% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #4586FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4586FF is #BA7900. Grayscale: #7F7F7F. Windows color (decimal): -12220673 or 16746053. OLE color: 16746053.
HSL color Cylindrical-coordinate representation of color #4586FF: hue angle of 219.03º 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 #4586FF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 134 | 255 | - |
| CMYK | 0.73 | 0.47 | 0 | 0 |
| HSL | 219.03º | 1% | 0.64% | - |
| HSV(B) | 219.03º | 0.73% | 1% | - |
| XYZ | 29.03 | 25.54 | 98.01 | - |
| YUV | 128.36 | 199.47 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 134 | 255 | 0.73 | 0.47 | 0 | 0 | 219.03 | 1 | 0.64 |
| Hex | 45 | 86 | FF | 49 | 2F | 0 | 0 | DB | 64 | 40 |
| Octal | 105 | 206 | 377 | 111 | 57 | 0 | 0 | 333 | 144 | 100 |
| Binary | 1000101 | 10000110 | 11111111 | 1001001 | 101111 | 0 | 0 | 11011011 | 1100100 | 1000000 |
Color Harmonies of #4586FF
Complementary color
Monochromatic Colors of #4586FF
Black with #4586FF
Text Example
Text Example
White with #4586FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4586FF; }
p { color: rgb(69,134,255); }
H1.HeaderClassName
{
color: #4586FF;
}
.AnyTagClassName
{
color: #4586FF;
}
</style>
background-color css
<style>
a { background-color: #4586FF; }
a { background-color: rgb(69,134,255); }
div.DivClassName
{
background-color: #4586FF;
}
.BgClassName
{
background-color: #4586FF;
}
</style>
border-color css
<style>
span { border-color: #4586FF; }
span { border-color: rgb(69,134,255); }
td.TdClassName
{
border-color: #4586FF;
}
.TagClassName
{
border-color: #4586FF;
}
</style>