Shades of Summer Sky #49BEF2
Tints of Summer Sky #49BEF2
RGB
CMYK
RGB Variations
Color information
#49BEF2 (or 0x49BEF2) is known color: Summer Sky. HEX triplet: 49, BE and F2. RGB value is (73,190,242). Sum of RGB (Red+Green+Blue) = 73+190+242=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #49BEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BEF2 is #B6410D. Grayscale: #A0A0A0. Windows color (decimal): -11944206 or 15908425. OLE color: 15908425.
HSL color Cylindrical-coordinate representation of color #49BEF2: hue angle of 198.46º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BEF2 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 190 | 242 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.05 |
| HSL | 198.46º | 0.87% | 0.62% | - |
| HSV(B) | 198.46º | 0.7% | 0.95% | - |
| XYZ | 37.19 | 44.65 | 90.66 | - |
| YUV | 160.95 | 173.74 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 242 | 0.70 | 0.21 | 0 | 0.05 | 198.46 | 0.87 | 0.62 |
| Hex | 49 | BE | F2 | 46 | 15 | 0 | 5 | C6 | 57 | 3E |
| Octal | 111 | 276 | 362 | 106 | 25 | 0 | 5 | 306 | 127 | 76 |
| Binary | 1001001 | 10111110 | 11110010 | 1000110 | 10101 | 0 | 101 | 11000110 | 1010111 | 111110 |
Color Harmonies of #49BEF2
Complementary color
Monochromatic Colors of #49BEF2
Black with #49BEF2
Text Example
Text Example
White with #49BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEF2; }
p { color: rgb(73,190,242); }
H1.HeaderClassName
{
color: #49BEF2;
}
.AnyTagClassName
{
color: #49BEF2;
}
</style>
background-color css
<style>
a { background-color: #49BEF2; }
a { background-color: rgb(73,190,242); }
div.DivClassName
{
background-color: #49BEF2;
}
.BgClassName
{
background-color: #49BEF2;
}
</style>
border-color css
<style>
span { border-color: #49BEF2; }
span { border-color: rgb(73,190,242); }
td.TdClassName
{
border-color: #49BEF2;
}
.TagClassName
{
border-color: #49BEF2;
}
</style>