Shades of Cornflower Blue #4993E6
Tints of Cornflower Blue #4993E6
RGB
CMYK
RGB Variations
Color information
#4993E6 (or 0x4993E6) is known color: Cornflower Blue. HEX triplet: 49, 93 and E6. RGB value is (73,147,230). Sum of RGB (Red+Green+Blue) = 73+147+230=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #4993E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4993E6 is #B66C19. Grayscale: #858585. Windows color (decimal): -11955226 or 15110985. OLE color: 15110985.
HSL color Cylindrical-coordinate representation of color #4993E6: hue angle of 211.72º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4993E6 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 147 | 230 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.10 |
| HSL | 211.72º | 0.76% | 0.59% | - |
| HSV(B) | 211.72º | 0.68% | 0.9% | - |
| XYZ | 27.46 | 28 | 78.82 | - |
| YUV | 134.34 | 181.98 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 230 | 0.68 | 0.36 | 0 | 0.10 | 211.72 | 0.76 | 0.59 |
| Hex | 49 | 93 | E6 | 44 | 24 | 0 | A | D4 | 4C | 3B |
| Octal | 111 | 223 | 346 | 104 | 44 | 0 | 12 | 324 | 114 | 73 |
| Binary | 1001001 | 10010011 | 11100110 | 1000100 | 100100 | 0 | 1010 | 11010100 | 1001100 | 111011 |
Color Harmonies of #4993E6
Complementary color
Monochromatic Colors of #4993E6
Black with #4993E6
Text Example
Text Example
White with #4993E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4993E6; }
p { color: rgb(73,147,230); }
H1.HeaderClassName
{
color: #4993E6;
}
.AnyTagClassName
{
color: #4993E6;
}
</style>
background-color css
<style>
a { background-color: #4993E6; }
a { background-color: rgb(73,147,230); }
div.DivClassName
{
background-color: #4993E6;
}
.BgClassName
{
background-color: #4993E6;
}
</style>
border-color css
<style>
span { border-color: #4993E6; }
span { border-color: rgb(73,147,230); }
td.TdClassName
{
border-color: #4993E6;
}
.TagClassName
{
border-color: #4993E6;
}
</style>