Shades of Cornflower Blue #4595FF
Tints of Cornflower Blue #4595FF
RGB
CMYK
RGB Variations
Color information
#4595FF (or 0x4595FF) is known color: Cornflower Blue. HEX triplet: 45, 95 and FF. RGB value is (69,149,255). Sum of RGB (Red+Green+Blue) = 69+149+255=473 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.59% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #4595FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4595FF is #BA6A00. Grayscale: #888888. Windows color (decimal): -12216833 or 16749893. OLE color: 16749893.
HSL color Cylindrical-coordinate representation of color #4595FF: hue angle of 214.19º 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 #4595FF is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 149 | 255 | - |
| CMYK | 0.73 | 0.42 | 0 | 0 |
| HSL | 214.19º | 1% | 0.64% | - |
| HSV(B) | 214.19º | 0.73% | 1% | - |
| XYZ | 31.25 | 29.98 | 98.75 | - |
| YUV | 137.16 | 194.5 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 255 | 0.73 | 0.42 | 0 | 0 | 214.19 | 1 | 0.64 |
| Hex | 45 | 95 | FF | 49 | 2A | 0 | 0 | D6 | 64 | 40 |
| Octal | 105 | 225 | 377 | 111 | 52 | 0 | 0 | 326 | 144 | 100 |
| Binary | 1000101 | 10010101 | 11111111 | 1001001 | 101010 | 0 | 0 | 11010110 | 1100100 | 1000000 |
Color Harmonies of #4595FF
Complementary color
Monochromatic Colors of #4595FF
Black with #4595FF
Text Example
Text Example
White with #4595FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4595FF; }
p { color: rgb(69,149,255); }
H1.HeaderClassName
{
color: #4595FF;
}
.AnyTagClassName
{
color: #4595FF;
}
</style>
background-color css
<style>
a { background-color: #4595FF; }
a { background-color: rgb(69,149,255); }
div.DivClassName
{
background-color: #4595FF;
}
.BgClassName
{
background-color: #4595FF;
}
</style>
border-color css
<style>
span { border-color: #4595FF; }
span { border-color: rgb(69,149,255); }
td.TdClassName
{
border-color: #4595FF;
}
.TagClassName
{
border-color: #4595FF;
}
</style>