Shades of Summer Sky #4DB0DB
Tints of Summer Sky #4DB0DB
RGB
CMYK
RGB Variations
Color information
#4DB0DB (or 0x4DB0DB) is known color: Summer Sky. HEX triplet: 4D, B0 and DB. RGB value is (77,176,219). Sum of RGB (Red+Green+Blue) = 77+176+219=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DB0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0DB is #B24F24. Grayscale: #979797. Windows color (decimal): -11685669 or 14397517. OLE color: 14397517.
HSL color Cylindrical-coordinate representation of color #4DB0DB: hue angle of 198.17º 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 #4DB0DB is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 176 | 219 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.14 |
| HSL | 198.17º | 0.66% | 0.58% | - |
| HSV(B) | 198.17º | 0.65% | 0.86% | - |
| XYZ | 31.37 | 37.74 | 72.65 | - |
| YUV | 151.3 | 166.2 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 219 | 0.65 | 0.20 | 0 | 0.14 | 198.17 | 0.66 | 0.58 |
| Hex | 4D | B0 | DB | 41 | 14 | 0 | E | C6 | 42 | 3A |
| Octal | 115 | 260 | 333 | 101 | 24 | 0 | 16 | 306 | 102 | 72 |
| Binary | 1001101 | 10110000 | 11011011 | 1000001 | 10100 | 0 | 1110 | 11000110 | 1000010 | 111010 |
Color Harmonies of #4DB0DB
Complementary color
Monochromatic Colors of #4DB0DB
Black with #4DB0DB
Text Example
Text Example
White with #4DB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0DB; }
p { color: rgb(77,176,219); }
H1.HeaderClassName
{
color: #4DB0DB;
}
.AnyTagClassName
{
color: #4DB0DB;
}
</style>
background-color css
<style>
a { background-color: #4DB0DB; }
a { background-color: rgb(77,176,219); }
div.DivClassName
{
background-color: #4DB0DB;
}
.BgClassName
{
background-color: #4DB0DB;
}
</style>
border-color css
<style>
span { border-color: #4DB0DB; }
span { border-color: rgb(77,176,219); }
td.TdClassName
{
border-color: #4DB0DB;
}
.TagClassName
{
border-color: #4DB0DB;
}
</style>