Shades of Summer Sky #49B3EE
Tints of Summer Sky #49B3EE
RGB
CMYK
RGB Variations
Color information
#49B3EE (or 0x49B3EE) is known color: Summer Sky. HEX triplet: 49, B3 and EE. RGB value is (73,179,238). Sum of RGB (Red+Green+Blue) = 73+179+238=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #49B3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B3EE is #B64C11. Grayscale: #999999. Windows color (decimal): -11947026 or 15643465. OLE color: 15643465.
HSL color Cylindrical-coordinate representation of color #49B3EE: hue angle of 201.45º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B3EE is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 179 | 238 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.07 |
| HSL | 201.45º | 0.83% | 0.61% | - |
| HSV(B) | 201.45º | 0.69% | 0.93% | - |
| XYZ | 34.3 | 39.83 | 86.77 | - |
| YUV | 154.03 | 175.38 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 238 | 0.69 | 0.25 | 0 | 0.07 | 201.45 | 0.83 | 0.61 |
| Hex | 49 | B3 | EE | 45 | 19 | 0 | 7 | C9 | 53 | 3D |
| Octal | 111 | 263 | 356 | 105 | 31 | 0 | 7 | 311 | 123 | 75 |
| Binary | 1001001 | 10110011 | 11101110 | 1000101 | 11001 | 0 | 111 | 11001001 | 1010011 | 111101 |
Color Harmonies of #49B3EE
Complementary color
Monochromatic Colors of #49B3EE
Black with #49B3EE
Text Example
Text Example
White with #49B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B3EE; }
p { color: rgb(73,179,238); }
H1.HeaderClassName
{
color: #49B3EE;
}
.AnyTagClassName
{
color: #49B3EE;
}
</style>
background-color css
<style>
a { background-color: #49B3EE; }
a { background-color: rgb(73,179,238); }
div.DivClassName
{
background-color: #49B3EE;
}
.BgClassName
{
background-color: #49B3EE;
}
</style>
border-color css
<style>
span { border-color: #49B3EE; }
span { border-color: rgb(73,179,238); }
td.TdClassName
{
border-color: #49B3EE;
}
.TagClassName
{
border-color: #49B3EE;
}
</style>