Shades of Summer Sky #49AFF3
Tints of Summer Sky #49AFF3
RGB
CMYK
RGB Variations
Color information
#49AFF3 (or 0x49AFF3) is known color: Summer Sky. HEX triplet: 49, AF and F3. RGB value is (73,175,243). Sum of RGB (Red+Green+Blue) = 73+175+243=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #49AFF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AFF3 is #B6500C. Grayscale: #979797. Windows color (decimal): -11948045 or 15970121. OLE color: 15970121.
HSL color Cylindrical-coordinate representation of color #49AFF3: hue angle of 204º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49AFF3 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 175 | 243 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.05 |
| HSL | 204º | 0.88% | 0.62% | - |
| HSV(B) | 204º | 0.7% | 0.95% | - |
| XYZ | 34.26 | 38.55 | 90.43 | - |
| YUV | 152.25 | 179.21 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 243 | 0.70 | 0.28 | 0 | 0.05 | 204 | 0.88 | 0.62 |
| Hex | 49 | AF | F3 | 46 | 1C | 0 | 5 | CC | 58 | 3E |
| Octal | 111 | 257 | 363 | 106 | 34 | 0 | 5 | 314 | 130 | 76 |
| Binary | 1001001 | 10101111 | 11110011 | 1000110 | 11100 | 0 | 101 | 11001100 | 1011000 | 111110 |
Color Harmonies of #49AFF3
Complementary color
Monochromatic Colors of #49AFF3
Black with #49AFF3
Text Example
Text Example
White with #49AFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFF3; }
p { color: rgb(73,175,243); }
H1.HeaderClassName
{
color: #49AFF3;
}
.AnyTagClassName
{
color: #49AFF3;
}
</style>
background-color css
<style>
a { background-color: #49AFF3; }
a { background-color: rgb(73,175,243); }
div.DivClassName
{
background-color: #49AFF3;
}
.BgClassName
{
background-color: #49AFF3;
}
</style>
border-color css
<style>
span { border-color: #49AFF3; }
span { border-color: rgb(73,175,243); }
td.TdClassName
{
border-color: #49AFF3;
}
.TagClassName
{
border-color: #49AFF3;
}
</style>