Shades of Cornflower Blue #4592FF
Tints of Cornflower Blue #4592FF
RGB
CMYK
RGB Variations
Color information
#4592FF (or 0x4592FF) is known color: Cornflower Blue. HEX triplet: 45, 92 and FF. RGB value is (69,146,255). Sum of RGB (Red+Green+Blue) = 69+146+255=470 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.68% from 470); Green value is 146 (57.42% from 255 or 31.06% 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 #4592FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4592FF is #BA6D00. Grayscale: #868686. Windows color (decimal): -12217601 or 16749125. OLE color: 16749125.
HSL color Cylindrical-coordinate representation of color #4592FF: hue angle of 215.16º 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 #4592FF is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 146 | 255 | - |
| CMYK | 0.73 | 0.43 | 0 | 0 |
| HSL | 215.16º | 1% | 0.64% | - |
| HSV(B) | 215.16º | 0.73% | 1% | - |
| XYZ | 30.78 | 29.04 | 98.59 | - |
| YUV | 135.4 | 195.49 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 255 | 0.73 | 0.43 | 0 | 0 | 215.16 | 1 | 0.64 |
| Hex | 45 | 92 | FF | 49 | 2B | 0 | 0 | D7 | 64 | 40 |
| Octal | 105 | 222 | 377 | 111 | 53 | 0 | 0 | 327 | 144 | 100 |
| Binary | 1000101 | 10010010 | 11111111 | 1001001 | 101011 | 0 | 0 | 11010111 | 1100100 | 1000000 |
Color Harmonies of #4592FF
Complementary color
Monochromatic Colors of #4592FF
Black with #4592FF
Text Example
Text Example
White with #4592FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4592FF; }
p { color: rgb(69,146,255); }
H1.HeaderClassName
{
color: #4592FF;
}
.AnyTagClassName
{
color: #4592FF;
}
</style>
background-color css
<style>
a { background-color: #4592FF; }
a { background-color: rgb(69,146,255); }
div.DivClassName
{
background-color: #4592FF;
}
.BgClassName
{
background-color: #4592FF;
}
</style>
border-color css
<style>
span { border-color: #4592FF; }
span { border-color: rgb(69,146,255); }
td.TdClassName
{
border-color: #4592FF;
}
.TagClassName
{
border-color: #4592FF;
}
</style>