Shades of Summer Sky #49AFDA
Tints of Summer Sky #49AFDA
RGB
CMYK
RGB Variations
Color information
#49AFDA (or 0x49AFDA) is known color: Summer Sky. HEX triplet: 49, AF and DA. RGB value is (73,175,218). Sum of RGB (Red+Green+Blue) = 73+175+218=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #49AFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFDA is #B65025. Grayscale: #959595. Windows color (decimal): -11948070 or 14331721. OLE color: 14331721.
HSL color Cylindrical-coordinate representation of color #49AFDA: hue angle of 197.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49AFDA is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 175 | 218 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.15 |
| HSL | 197.79º | 0.66% | 0.57% | - |
| HSV(B) | 197.79º | 0.67% | 0.85% | - |
| XYZ | 30.73 | 37.14 | 71.88 | - |
| YUV | 149.4 | 166.71 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 218 | 0.67 | 0.20 | 0 | 0.15 | 197.79 | 0.66 | 0.57 |
| Hex | 49 | AF | DA | 43 | 14 | 0 | F | C6 | 42 | 39 |
| Octal | 111 | 257 | 332 | 103 | 24 | 0 | 17 | 306 | 102 | 71 |
| Binary | 1001001 | 10101111 | 11011010 | 1000011 | 10100 | 0 | 1111 | 11000110 | 1000010 | 111001 |
Color Harmonies of #49AFDA
Complementary color
Monochromatic Colors of #49AFDA
Black with #49AFDA
Text Example
Text Example
White with #49AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AFDA; }
p { color: rgb(73,175,218); }
H1.HeaderClassName
{
color: #49AFDA;
}
.AnyTagClassName
{
color: #49AFDA;
}
</style>
background-color css
<style>
a { background-color: #49AFDA; }
a { background-color: rgb(73,175,218); }
div.DivClassName
{
background-color: #49AFDA;
}
.BgClassName
{
background-color: #49AFDA;
}
</style>
border-color css
<style>
span { border-color: #49AFDA; }
span { border-color: rgb(73,175,218); }
td.TdClassName
{
border-color: #49AFDA;
}
.TagClassName
{
border-color: #49AFDA;
}
</style>