Shades of Summer Sky #4DADDB
Tints of Summer Sky #4DADDB
RGB
CMYK
RGB Variations
Color information
#4DADDB (or 0x4DADDB) is known color: Summer Sky. HEX triplet: 4D, AD and DB. RGB value is (77,173,219). Sum of RGB (Red+Green+Blue) = 77+173+219=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADDB is #B25224. Grayscale: #959595. Windows color (decimal): -11686437 or 14396749. OLE color: 14396749.
HSL color Cylindrical-coordinate representation of color #4DADDB: hue angle of 199.44º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DADDB is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 173 | 219 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.14 |
| HSL | 199.44º | 0.66% | 0.58% | - |
| HSV(B) | 199.44º | 0.65% | 0.86% | - |
| XYZ | 30.79 | 36.58 | 72.46 | - |
| YUV | 149.54 | 167.2 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 219 | 0.65 | 0.21 | 0 | 0.14 | 199.44 | 0.66 | 0.58 |
| Hex | 4D | AD | DB | 41 | 15 | 0 | E | C7 | 42 | 3A |
| Octal | 115 | 255 | 333 | 101 | 25 | 0 | 16 | 307 | 102 | 72 |
| Binary | 1001101 | 10101101 | 11011011 | 1000001 | 10101 | 0 | 1110 | 11000111 | 1000010 | 111010 |
Color Harmonies of #4DADDB
Complementary color
Monochromatic Colors of #4DADDB
Black with #4DADDB
Text Example
Text Example
White with #4DADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADDB; }
p { color: rgb(77,173,219); }
H1.HeaderClassName
{
color: #4DADDB;
}
.AnyTagClassName
{
color: #4DADDB;
}
</style>
background-color css
<style>
a { background-color: #4DADDB; }
a { background-color: rgb(77,173,219); }
div.DivClassName
{
background-color: #4DADDB;
}
.BgClassName
{
background-color: #4DADDB;
}
</style>
border-color css
<style>
span { border-color: #4DADDB; }
span { border-color: rgb(77,173,219); }
td.TdClassName
{
border-color: #4DADDB;
}
.TagClassName
{
border-color: #4DADDB;
}
</style>