Shades of Cornflower Blue #4492EA
Tints of Cornflower Blue #4492EA
RGB
CMYK
RGB Variations
Color information
#4492EA (or 0x4492EA) is known color: Cornflower Blue. HEX triplet: 44, 92 and EA. RGB value is (68,146,234). Sum of RGB (Red+Green+Blue) = 68+146+234=448 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.18% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #4492EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4492EA is #BB6D15. Grayscale: #848484. Windows color (decimal): -12283158 or 15372868. OLE color: 15372868.
HSL color Cylindrical-coordinate representation of color #4492EA: hue angle of 211.81º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4492EA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 146 | 234 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.08 |
| HSL | 211.81º | 0.8% | 0.59% | - |
| HSV(B) | 211.81º | 0.71% | 0.92% | - |
| XYZ | 27.51 | 27.73 | 81.74 | - |
| YUV | 132.71 | 185.16 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 234 | 0.71 | 0.38 | 0 | 0.08 | 211.81 | 0.8 | 0.59 |
| Hex | 44 | 92 | EA | 47 | 26 | 0 | 8 | D4 | 50 | 3B |
| Octal | 104 | 222 | 352 | 107 | 46 | 0 | 10 | 324 | 120 | 73 |
| Binary | 1000100 | 10010010 | 11101010 | 1000111 | 100110 | 0 | 1000 | 11010100 | 1010000 | 111011 |
Color Harmonies of #4492EA
Complementary color
Monochromatic Colors of #4492EA
Black with #4492EA
Text Example
Text Example
White with #4492EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4492EA; }
p { color: rgb(68,146,234); }
H1.HeaderClassName
{
color: #4492EA;
}
.AnyTagClassName
{
color: #4492EA;
}
</style>
background-color css
<style>
a { background-color: #4492EA; }
a { background-color: rgb(68,146,234); }
div.DivClassName
{
background-color: #4492EA;
}
.BgClassName
{
background-color: #4492EA;
}
</style>
border-color css
<style>
span { border-color: #4492EA; }
span { border-color: rgb(68,146,234); }
td.TdClassName
{
border-color: #4492EA;
}
.TagClassName
{
border-color: #4492EA;
}
</style>