Shades of Summer Sky #499FEA
Tints of Summer Sky #499FEA
RGB
CMYK
RGB Variations
Color information
#499FEA (or 0x499FEA) is known color: Summer Sky. HEX triplet: 49, 9F and EA. RGB value is (73,159,234). Sum of RGB (Red+Green+Blue) = 73+159+234=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #499FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FEA is #B66015. Grayscale: #8D8D8D. Windows color (decimal): -11952150 or 15376201. OLE color: 15376201.
HSL color Cylindrical-coordinate representation of color #499FEA: hue angle of 207.95º degrees, saturation: 0.79, 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 #499FEA is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 159 | 234 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.08 |
| HSL | 207.95º | 0.79% | 0.6% | - |
| HSV(B) | 207.95º | 0.69% | 0.92% | - |
| XYZ | 30 | 32.15 | 82.47 | - |
| YUV | 141.84 | 180.01 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 234 | 0.69 | 0.32 | 0 | 0.08 | 207.95 | 0.79 | 0.6 |
| Hex | 49 | 9F | EA | 45 | 20 | 0 | 8 | D0 | 4F | 3C |
| Octal | 111 | 237 | 352 | 105 | 40 | 0 | 10 | 320 | 117 | 74 |
| Binary | 1001001 | 10011111 | 11101010 | 1000101 | 100000 | 0 | 1000 | 11010000 | 1001111 | 111100 |
Color Harmonies of #499FEA
Complementary color
Monochromatic Colors of #499FEA
Black with #499FEA
Text Example
Text Example
White with #499FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499FEA; }
p { color: rgb(73,159,234); }
H1.HeaderClassName
{
color: #499FEA;
}
.AnyTagClassName
{
color: #499FEA;
}
</style>
background-color css
<style>
a { background-color: #499FEA; }
a { background-color: rgb(73,159,234); }
div.DivClassName
{
background-color: #499FEA;
}
.BgClassName
{
background-color: #499FEA;
}
</style>
border-color css
<style>
span { border-color: #499FEA; }
span { border-color: rgb(73,159,234); }
td.TdClassName
{
border-color: #499FEA;
}
.TagClassName
{
border-color: #499FEA;
}
</style>