Shades of Summer Sky #4DAEDB
Tints of Summer Sky #4DAEDB
RGB
CMYK
RGB Variations
Color information
#4DAEDB (or 0x4DAEDB) is known color: Summer Sky. HEX triplet: 4D, AE and DB. RGB value is (77,174,219). Sum of RGB (Red+Green+Blue) = 77+174+219=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEDB is #B25124. Grayscale: #959595. Windows color (decimal): -11686181 or 14397005. OLE color: 14397005.
HSL color Cylindrical-coordinate representation of color #4DAEDB: hue angle of 199.01º 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 #4DAEDB is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 174 | 219 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.14 |
| HSL | 199.01º | 0.66% | 0.58% | - |
| HSV(B) | 199.01º | 0.65% | 0.86% | - |
| XYZ | 30.98 | 36.96 | 72.52 | - |
| YUV | 150.13 | 166.86 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 219 | 0.65 | 0.21 | 0 | 0.14 | 199.01 | 0.66 | 0.58 |
| Hex | 4D | AE | DB | 41 | 15 | 0 | E | C7 | 42 | 3A |
| Octal | 115 | 256 | 333 | 101 | 25 | 0 | 16 | 307 | 102 | 72 |
| Binary | 1001101 | 10101110 | 11011011 | 1000001 | 10101 | 0 | 1110 | 11000111 | 1000010 | 111010 |
Color Harmonies of #4DAEDB
Complementary color
Monochromatic Colors of #4DAEDB
Black with #4DAEDB
Text Example
Text Example
White with #4DAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEDB; }
p { color: rgb(77,174,219); }
H1.HeaderClassName
{
color: #4DAEDB;
}
.AnyTagClassName
{
color: #4DAEDB;
}
</style>
background-color css
<style>
a { background-color: #4DAEDB; }
a { background-color: rgb(77,174,219); }
div.DivClassName
{
background-color: #4DAEDB;
}
.BgClassName
{
background-color: #4DAEDB;
}
</style>
border-color css
<style>
span { border-color: #4DAEDB; }
span { border-color: rgb(77,174,219); }
td.TdClassName
{
border-color: #4DAEDB;
}
.TagClassName
{
border-color: #4DAEDB;
}
</style>