Shades of Summer Sky #49C3E1
Tints of Summer Sky #49C3E1
RGB
CMYK
RGB Variations
Color information
#49C3E1 (or 0x49C3E1) is known color: Summer Sky. HEX triplet: 49, C3 and E1. RGB value is (73,195,225). Sum of RGB (Red+Green+Blue) = 73+195+225=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #49C3E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C3E1 is #B63C1E. Grayscale: #A1A1A1. Windows color (decimal): -11942943 or 14795593. OLE color: 14795593.
HSL color Cylindrical-coordinate representation of color #49C3E1: hue angle of 191.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C3E1 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 195 | 225 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.12 |
| HSL | 191.84º | 0.72% | 0.58% | - |
| HSV(B) | 191.84º | 0.68% | 0.88% | - |
| XYZ | 35.85 | 45.88 | 78.2 | - |
| YUV | 161.94 | 163.58 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 225 | 0.68 | 0.13 | 0 | 0.12 | 191.84 | 0.72 | 0.58 |
| Hex | 49 | C3 | E1 | 44 | D | 0 | C | C0 | 48 | 3A |
| Octal | 111 | 303 | 341 | 104 | 15 | 0 | 14 | 300 | 110 | 72 |
| Binary | 1001001 | 11000011 | 11100001 | 1000100 | 1101 | 0 | 1100 | 11000000 | 1001000 | 111010 |
Color Harmonies of #49C3E1
Complementary color
Monochromatic Colors of #49C3E1
Black with #49C3E1
Text Example
Text Example
White with #49C3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C3E1; }
p { color: rgb(73,195,225); }
H1.HeaderClassName
{
color: #49C3E1;
}
.AnyTagClassName
{
color: #49C3E1;
}
</style>
background-color css
<style>
a { background-color: #49C3E1; }
a { background-color: rgb(73,195,225); }
div.DivClassName
{
background-color: #49C3E1;
}
.BgClassName
{
background-color: #49C3E1;
}
</style>
border-color css
<style>
span { border-color: #49C3E1; }
span { border-color: rgb(73,195,225); }
td.TdClassName
{
border-color: #49C3E1;
}
.TagClassName
{
border-color: #49C3E1;
}
</style>