Shades of Cornflower Blue #499CEB
Tints of Cornflower Blue #499CEB
RGB
CMYK
RGB Variations
Color information
#499CEB (or 0x499CEB) is known color: Cornflower Blue. HEX triplet: 49, 9C and EB. RGB value is (73,156,235). Sum of RGB (Red+Green+Blue) = 73+156+235=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #499CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CEB is #B66314. Grayscale: #8B8B8B. Windows color (decimal): -11952917 or 15440969. OLE color: 15440969.
HSL color Cylindrical-coordinate representation of color #499CEB: hue angle of 209.26º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499CEB is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 156 | 235 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.08 |
| HSL | 209.26º | 0.8% | 0.6% | - |
| HSV(B) | 209.26º | 0.69% | 0.92% | - |
| XYZ | 29.63 | 31.19 | 83.06 | - |
| YUV | 140.19 | 181.5 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 235 | 0.69 | 0.34 | 0 | 0.08 | 209.26 | 0.8 | 0.6 |
| Hex | 49 | 9C | EB | 45 | 22 | 0 | 8 | D1 | 50 | 3C |
| Octal | 111 | 234 | 353 | 105 | 42 | 0 | 10 | 321 | 120 | 74 |
| Binary | 1001001 | 10011100 | 11101011 | 1000101 | 100010 | 0 | 1000 | 11010001 | 1010000 | 111100 |
Color Harmonies of #499CEB
Complementary color
Monochromatic Colors of #499CEB
Black with #499CEB
Text Example
Text Example
White with #499CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CEB; }
p { color: rgb(73,156,235); }
H1.HeaderClassName
{
color: #499CEB;
}
.AnyTagClassName
{
color: #499CEB;
}
</style>
background-color css
<style>
a { background-color: #499CEB; }
a { background-color: rgb(73,156,235); }
div.DivClassName
{
background-color: #499CEB;
}
.BgClassName
{
background-color: #499CEB;
}
</style>
border-color css
<style>
span { border-color: #499CEB; }
span { border-color: rgb(73,156,235); }
td.TdClassName
{
border-color: #499CEB;
}
.TagClassName
{
border-color: #499CEB;
}
</style>