Shades of Cornflower Blue #4790FA
Tints of Cornflower Blue #4790FA
RGB
CMYK
RGB Variations
Color information
#4790FA (or 0x4790FA) is known color: Cornflower Blue. HEX triplet: 47, 90 and FA. RGB value is (71,144,250). Sum of RGB (Red+Green+Blue) = 71+144+250=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #4790FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4790FA is #B86F05. Grayscale: #858585. Windows color (decimal): -12087046 or 16420935. OLE color: 16420935.
HSL color Cylindrical-coordinate representation of color #4790FA: hue angle of 215.53º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4790FA is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 144 | 250 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.02 |
| HSL | 215.53º | 0.95% | 0.63% | - |
| HSV(B) | 215.53º | 0.72% | 0.98% | - |
| XYZ | 29.83 | 28.19 | 94.31 | - |
| YUV | 134.26 | 193.32 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 250 | 0.72 | 0.42 | 0 | 0.02 | 215.53 | 0.95 | 0.63 |
| Hex | 47 | 90 | FA | 48 | 2A | 0 | 2 | D8 | 5F | 3F |
| Octal | 107 | 220 | 372 | 110 | 52 | 0 | 2 | 330 | 137 | 77 |
| Binary | 1000111 | 10010000 | 11111010 | 1001000 | 101010 | 0 | 10 | 11011000 | 1011111 | 111111 |
Color Harmonies of #4790FA
Complementary color
Monochromatic Colors of #4790FA
Black with #4790FA
Text Example
Text Example
White with #4790FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4790FA; }
p { color: rgb(71,144,250); }
H1.HeaderClassName
{
color: #4790FA;
}
.AnyTagClassName
{
color: #4790FA;
}
</style>
background-color css
<style>
a { background-color: #4790FA; }
a { background-color: rgb(71,144,250); }
div.DivClassName
{
background-color: #4790FA;
}
.BgClassName
{
background-color: #4790FA;
}
</style>
border-color css
<style>
span { border-color: #4790FA; }
span { border-color: rgb(71,144,250); }
td.TdClassName
{
border-color: #4790FA;
}
.TagClassName
{
border-color: #4790FA;
}
</style>