Shades of Cornflower Blue #4791EA
Tints of Cornflower Blue #4791EA
RGB
CMYK
RGB Variations
Color information
#4791EA (or 0x4791EA) is known color: Cornflower Blue. HEX triplet: 47, 91 and EA. RGB value is (71,145,234). Sum of RGB (Red+Green+Blue) = 71+145+234=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #4791EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4791EA is #B86E15. Grayscale: #848484. Windows color (decimal): -12086806 or 15372615. OLE color: 15372615.
HSL color Cylindrical-coordinate representation of color #4791EA: hue angle of 212.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4791EA is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 145 | 234 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.08 |
| HSL | 212.76º | 0.8% | 0.6% | - |
| HSV(B) | 212.76º | 0.7% | 0.92% | - |
| XYZ | 27.58 | 27.53 | 81.7 | - |
| YUV | 133.02 | 184.98 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 145 | 234 | 0.70 | 0.38 | 0 | 0.08 | 212.76 | 0.8 | 0.6 |
| Hex | 47 | 91 | EA | 46 | 26 | 0 | 8 | D5 | 50 | 3C |
| Octal | 107 | 221 | 352 | 106 | 46 | 0 | 10 | 325 | 120 | 74 |
| Binary | 1000111 | 10010001 | 11101010 | 1000110 | 100110 | 0 | 1000 | 11010101 | 1010000 | 111100 |
Color Harmonies of #4791EA
Complementary color
Monochromatic Colors of #4791EA
Black with #4791EA
Text Example
Text Example
White with #4791EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4791EA; }
p { color: rgb(71,145,234); }
H1.HeaderClassName
{
color: #4791EA;
}
.AnyTagClassName
{
color: #4791EA;
}
</style>
background-color css
<style>
a { background-color: #4791EA; }
a { background-color: rgb(71,145,234); }
div.DivClassName
{
background-color: #4791EA;
}
.BgClassName
{
background-color: #4791EA;
}
</style>
border-color css
<style>
span { border-color: #4791EA; }
span { border-color: rgb(71,145,234); }
td.TdClassName
{
border-color: #4791EA;
}
.TagClassName
{
border-color: #4791EA;
}
</style>