Shades of Summer Sky #4DABED
Tints of Summer Sky #4DABED
RGB
CMYK
RGB Variations
Color information
#4DABED (or 0x4DABED) is known color: Summer Sky. HEX triplet: 4D, AB and ED. RGB value is (77,171,237). Sum of RGB (Red+Green+Blue) = 77+171+237=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #4DABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DABED is #B25412. Grayscale: #969696. Windows color (decimal): -11686931 or 15575885. OLE color: 15575885.
HSL color Cylindrical-coordinate representation of color #4DABED: hue angle of 204.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DABED is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 171 | 237 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.07 |
| HSL | 204.75º | 0.82% | 0.62% | - |
| HSV(B) | 204.75º | 0.68% | 0.93% | - |
| XYZ | 32.91 | 36.82 | 85.49 | - |
| YUV | 150.42 | 176.86 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 237 | 0.68 | 0.28 | 0 | 0.07 | 204.75 | 0.82 | 0.62 |
| Hex | 4D | AB | ED | 44 | 1C | 0 | 7 | CD | 52 | 3E |
| Octal | 115 | 253 | 355 | 104 | 34 | 0 | 7 | 315 | 122 | 76 |
| Binary | 1001101 | 10101011 | 11101101 | 1000100 | 11100 | 0 | 111 | 11001101 | 1010010 | 111110 |
Color Harmonies of #4DABED
Complementary color
Monochromatic Colors of #4DABED
Black with #4DABED
Text Example
Text Example
White with #4DABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABED; }
p { color: rgb(77,171,237); }
H1.HeaderClassName
{
color: #4DABED;
}
.AnyTagClassName
{
color: #4DABED;
}
</style>
background-color css
<style>
a { background-color: #4DABED; }
a { background-color: rgb(77,171,237); }
div.DivClassName
{
background-color: #4DABED;
}
.BgClassName
{
background-color: #4DABED;
}
</style>
border-color css
<style>
span { border-color: #4DABED; }
span { border-color: rgb(77,171,237); }
td.TdClassName
{
border-color: #4DABED;
}
.TagClassName
{
border-color: #4DABED;
}
</style>