Shades of Summer Sky #4DABF2
Tints of Summer Sky #4DABF2
RGB
CMYK
RGB Variations
Color information
#4DABF2 (or 0x4DABF2) is known color: Summer Sky. HEX triplet: 4D, AB and F2. RGB value is (77,171,242). Sum of RGB (Red+Green+Blue) = 77+171+242=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #4DABF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DABF2 is #B2540D. Grayscale: #969696. Windows color (decimal): -11686926 or 15903565. OLE color: 15903565.
HSL color Cylindrical-coordinate representation of color #4DABF2: hue angle of 205.82º 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 #4DABF2 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 171 | 242 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.05 |
| HSL | 205.82º | 0.86% | 0.63% | - |
| HSV(B) | 205.82º | 0.68% | 0.95% | - |
| XYZ | 33.65 | 37.11 | 89.39 | - |
| YUV | 150.99 | 179.36 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 242 | 0.68 | 0.29 | 0 | 0.05 | 205.82 | 0.86 | 0.63 |
| Hex | 4D | AB | F2 | 44 | 1D | 0 | 5 | CE | 56 | 3F |
| Octal | 115 | 253 | 362 | 104 | 35 | 0 | 5 | 316 | 126 | 77 |
| Binary | 1001101 | 10101011 | 11110010 | 1000100 | 11101 | 0 | 101 | 11001110 | 1010110 | 111111 |
Color Harmonies of #4DABF2
Complementary color
Monochromatic Colors of #4DABF2
Black with #4DABF2
Text Example
Text Example
White with #4DABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABF2; }
p { color: rgb(77,171,242); }
H1.HeaderClassName
{
color: #4DABF2;
}
.AnyTagClassName
{
color: #4DABF2;
}
</style>
background-color css
<style>
a { background-color: #4DABF2; }
a { background-color: rgb(77,171,242); }
div.DivClassName
{
background-color: #4DABF2;
}
.BgClassName
{
background-color: #4DABF2;
}
</style>
border-color css
<style>
span { border-color: #4DABF2; }
span { border-color: rgb(77,171,242); }
td.TdClassName
{
border-color: #4DABF2;
}
.TagClassName
{
border-color: #4DABF2;
}
</style>