Shades of Summer Sky #4DADF2
Tints of Summer Sky #4DADF2
RGB
CMYK
RGB Variations
Color information
#4DADF2 (or 0x4DADF2) is known color: Summer Sky. HEX triplet: 4D, AD and F2. RGB value is (77,173,242). Sum of RGB (Red+Green+Blue) = 77+173+242=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #4DADF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DADF2 is #B2520D. Grayscale: #979797. Windows color (decimal): -11686414 or 15904077. OLE color: 15904077.
HSL color Cylindrical-coordinate representation of color #4DADF2: hue angle of 205.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DADF2 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 173 | 242 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.05 |
| HSL | 205.09º | 0.86% | 0.63% | - |
| HSV(B) | 205.09º | 0.68% | 0.95% | - |
| XYZ | 34.03 | 37.88 | 89.52 | - |
| YUV | 152.16 | 178.7 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 242 | 0.68 | 0.29 | 0 | 0.05 | 205.09 | 0.86 | 0.63 |
| Hex | 4D | AD | F2 | 44 | 1D | 0 | 5 | CD | 56 | 3F |
| Octal | 115 | 255 | 362 | 104 | 35 | 0 | 5 | 315 | 126 | 77 |
| Binary | 1001101 | 10101101 | 11110010 | 1000100 | 11101 | 0 | 101 | 11001101 | 1010110 | 111111 |
Color Harmonies of #4DADF2
Complementary color
Monochromatic Colors of #4DADF2
Black with #4DADF2
Text Example
Text Example
White with #4DADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADF2; }
p { color: rgb(77,173,242); }
H1.HeaderClassName
{
color: #4DADF2;
}
.AnyTagClassName
{
color: #4DADF2;
}
</style>
background-color css
<style>
a { background-color: #4DADF2; }
a { background-color: rgb(77,173,242); }
div.DivClassName
{
background-color: #4DADF2;
}
.BgClassName
{
background-color: #4DADF2;
}
</style>
border-color css
<style>
span { border-color: #4DADF2; }
span { border-color: rgb(77,173,242); }
td.TdClassName
{
border-color: #4DADF2;
}
.TagClassName
{
border-color: #4DADF2;
}
</style>