Shades of Cornflower Blue #4794EA
Tints of Cornflower Blue #4794EA
RGB
CMYK
RGB Variations
Color information
#4794EA (or 0x4794EA) is known color: Cornflower Blue. HEX triplet: 47, 94 and EA. RGB value is (71,148,234). Sum of RGB (Red+Green+Blue) = 71+148+234=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #4794EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4794EA is #B86B15. Grayscale: #868686. Windows color (decimal): -12086038 or 15373383. OLE color: 15373383.
HSL color Cylindrical-coordinate representation of color #4794EA: hue angle of 211.66º 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 #4794EA is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 148 | 234 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.08 |
| HSL | 211.66º | 0.8% | 0.6% | - |
| HSV(B) | 211.66º | 0.7% | 0.92% | - |
| XYZ | 28.04 | 28.46 | 81.86 | - |
| YUV | 134.78 | 183.99 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 148 | 234 | 0.70 | 0.37 | 0 | 0.08 | 211.66 | 0.8 | 0.6 |
| Hex | 47 | 94 | EA | 46 | 25 | 0 | 8 | D4 | 50 | 3C |
| Octal | 107 | 224 | 352 | 106 | 45 | 0 | 10 | 324 | 120 | 74 |
| Binary | 1000111 | 10010100 | 11101010 | 1000110 | 100101 | 0 | 1000 | 11010100 | 1010000 | 111100 |
Color Harmonies of #4794EA
Complementary color
Monochromatic Colors of #4794EA
Black with #4794EA
Text Example
Text Example
White with #4794EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4794EA; }
p { color: rgb(71,148,234); }
H1.HeaderClassName
{
color: #4794EA;
}
.AnyTagClassName
{
color: #4794EA;
}
</style>
background-color css
<style>
a { background-color: #4794EA; }
a { background-color: rgb(71,148,234); }
div.DivClassName
{
background-color: #4794EA;
}
.BgClassName
{
background-color: #4794EA;
}
</style>
border-color css
<style>
span { border-color: #4794EA; }
span { border-color: rgb(71,148,234); }
td.TdClassName
{
border-color: #4794EA;
}
.TagClassName
{
border-color: #4794EA;
}
</style>