Shades of Summer Sky #49B7FA
Tints of Summer Sky #49B7FA
RGB
CMYK
RGB Variations
Color information
#49B7FA (or 0x49B7FA) is known color: Summer Sky. HEX triplet: 49, B7 and FA. RGB value is (73,183,250). Sum of RGB (Red+Green+Blue) = 73+183+250=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #49B7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B7FA is #B64805. Grayscale: #9D9D9D. Windows color (decimal): -11945990 or 16430921. OLE color: 16430921.
HSL color Cylindrical-coordinate representation of color #49B7FA: hue angle of 202.71º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49B7FA is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 183 | 250 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.02 |
| HSL | 202.71º | 0.95% | 0.63% | - |
| HSV(B) | 202.71º | 0.71% | 0.98% | - |
| XYZ | 36.94 | 42.19 | 96.64 | - |
| YUV | 157.75 | 180.06 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 250 | 0.71 | 0.27 | 0 | 0.02 | 202.71 | 0.95 | 0.63 |
| Hex | 49 | B7 | FA | 47 | 1B | 0 | 2 | CB | 5F | 3F |
| Octal | 111 | 267 | 372 | 107 | 33 | 0 | 2 | 313 | 137 | 77 |
| Binary | 1001001 | 10110111 | 11111010 | 1000111 | 11011 | 0 | 10 | 11001011 | 1011111 | 111111 |
Color Harmonies of #49B7FA
Complementary color
Monochromatic Colors of #49B7FA
Black with #49B7FA
Text Example
Text Example
White with #49B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B7FA; }
p { color: rgb(73,183,250); }
H1.HeaderClassName
{
color: #49B7FA;
}
.AnyTagClassName
{
color: #49B7FA;
}
</style>
background-color css
<style>
a { background-color: #49B7FA; }
a { background-color: rgb(73,183,250); }
div.DivClassName
{
background-color: #49B7FA;
}
.BgClassName
{
background-color: #49B7FA;
}
</style>
border-color css
<style>
span { border-color: #49B7FA; }
span { border-color: rgb(73,183,250); }
td.TdClassName
{
border-color: #49B7FA;
}
.TagClassName
{
border-color: #49B7FA;
}
</style>