Shades of Summer Sky #49C4E0
Tints of Summer Sky #49C4E0
RGB
CMYK
RGB Variations
Color information
#49C4E0 (or 0x49C4E0) is known color: Summer Sky. HEX triplet: 49, C4 and E0. RGB value is (73,196,224). Sum of RGB (Red+Green+Blue) = 73+196+224=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #49C4E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C4E0 is #B63B1F. Grayscale: #A2A2A2. Windows color (decimal): -11942688 or 14730313. OLE color: 14730313.
HSL color Cylindrical-coordinate representation of color #49C4E0: hue angle of 191.13º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C4E0 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 196 | 224 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.12 |
| HSL | 191.13º | 0.71% | 0.58% | - |
| HSV(B) | 191.13º | 0.67% | 0.88% | - |
| XYZ | 35.94 | 46.28 | 77.56 | - |
| YUV | 162.42 | 162.75 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 224 | 0.67 | 0.12 | 0 | 0.12 | 191.13 | 0.71 | 0.58 |
| Hex | 49 | C4 | E0 | 43 | C | 0 | C | BF | 47 | 3A |
| Octal | 111 | 304 | 340 | 103 | 14 | 0 | 14 | 277 | 107 | 72 |
| Binary | 1001001 | 11000100 | 11100000 | 1000011 | 1100 | 0 | 1100 | 10111111 | 1000111 | 111010 |
Color Harmonies of #49C4E0
Complementary color
Monochromatic Colors of #49C4E0
Black with #49C4E0
Text Example
Text Example
White with #49C4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C4E0; }
p { color: rgb(73,196,224); }
H1.HeaderClassName
{
color: #49C4E0;
}
.AnyTagClassName
{
color: #49C4E0;
}
</style>
background-color css
<style>
a { background-color: #49C4E0; }
a { background-color: rgb(73,196,224); }
div.DivClassName
{
background-color: #49C4E0;
}
.BgClassName
{
background-color: #49C4E0;
}
</style>
border-color css
<style>
span { border-color: #49C4E0; }
span { border-color: rgb(73,196,224); }
td.TdClassName
{
border-color: #49C4E0;
}
.TagClassName
{
border-color: #49C4E0;
}
</style>