Shades of Summer Sky #49B2FB
Tints of Summer Sky #49B2FB
RGB
CMYK
RGB Variations
Color information
#49B2FB (or 0x49B2FB) is known color: Summer Sky. HEX triplet: 49, B2 and FB. RGB value is (73,178,251). Sum of RGB (Red+Green+Blue) = 73+178+251=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #49B2FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49B2FB is #B64D04. Grayscale: #9A9A9A. Windows color (decimal): -11947269 or 16495177. OLE color: 16495177.
HSL color Cylindrical-coordinate representation of color #49B2FB: hue angle of 204.61º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49B2FB is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 178 | 251 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.02 |
| HSL | 204.61º | 0.96% | 0.64% | - |
| HSV(B) | 204.61º | 0.71% | 0.98% | - |
| XYZ | 36.08 | 40.22 | 97.13 | - |
| YUV | 154.93 | 182.21 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 251 | 0.71 | 0.29 | 0 | 0.02 | 204.61 | 0.96 | 0.64 |
| Hex | 49 | B2 | FB | 47 | 1D | 0 | 2 | CD | 60 | 40 |
| Octal | 111 | 262 | 373 | 107 | 35 | 0 | 2 | 315 | 140 | 100 |
| Binary | 1001001 | 10110010 | 11111011 | 1000111 | 11101 | 0 | 10 | 11001101 | 1100000 | 1000000 |
Color Harmonies of #49B2FB
Complementary color
Monochromatic Colors of #49B2FB
Black with #49B2FB
Text Example
Text Example
White with #49B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B2FB; }
p { color: rgb(73,178,251); }
H1.HeaderClassName
{
color: #49B2FB;
}
.AnyTagClassName
{
color: #49B2FB;
}
</style>
background-color css
<style>
a { background-color: #49B2FB; }
a { background-color: rgb(73,178,251); }
div.DivClassName
{
background-color: #49B2FB;
}
.BgClassName
{
background-color: #49B2FB;
}
</style>
border-color css
<style>
span { border-color: #49B2FB; }
span { border-color: rgb(73,178,251); }
td.TdClassName
{
border-color: #49B2FB;
}
.TagClassName
{
border-color: #49B2FB;
}
</style>