Shades of Summer Sky #4DB0DC
Tints of Summer Sky #4DB0DC
RGB
CMYK
RGB Variations
Color information
#4DB0DC (or 0x4DB0DC) is known color: Summer Sky. HEX triplet: 4D, B0 and DC. RGB value is (77,176,220). Sum of RGB (Red+Green+Blue) = 77+176+220=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DB0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0DC is #B24F23. Grayscale: #979797. Windows color (decimal): -11685668 or 14463053. OLE color: 14463053.
HSL color Cylindrical-coordinate representation of color #4DB0DC: hue angle of 198.46º degrees, saturation: 0.67, 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 #4DB0DC is Cyan = 0.65, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 176 | 220 | - |
| CMYK | 0.65 | 0.2 | 0 | 0.14 |
| HSL | 198.46º | 0.67% | 0.58% | - |
| HSV(B) | 198.46º | 0.65% | 0.86% | - |
| XYZ | 31.5 | 37.8 | 73.35 | - |
| YUV | 151.42 | 166.7 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 220 | 0.65 | 0.2 | 0 | 0.14 | 198.46 | 0.67 | 0.58 |
| Hex | 4D | B0 | DC | 41 | 14 | 0 | E | C6 | 43 | 3A |
| Octal | 115 | 260 | 334 | 101 | 24 | 0 | 16 | 306 | 103 | 72 |
| Binary | 1001101 | 10110000 | 11011100 | 1000001 | 10100 | 0 | 1110 | 11000110 | 1000011 | 111010 |
Color Harmonies of #4DB0DC
Complementary color
Monochromatic Colors of #4DB0DC
Black with #4DB0DC
Text Example
Text Example
White with #4DB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0DC; }
p { color: rgb(77,176,220); }
H1.HeaderClassName
{
color: #4DB0DC;
}
.AnyTagClassName
{
color: #4DB0DC;
}
</style>
background-color css
<style>
a { background-color: #4DB0DC; }
a { background-color: rgb(77,176,220); }
div.DivClassName
{
background-color: #4DB0DC;
}
.BgClassName
{
background-color: #4DB0DC;
}
</style>
border-color css
<style>
span { border-color: #4DB0DC; }
span { border-color: rgb(77,176,220); }
td.TdClassName
{
border-color: #4DB0DC;
}
.TagClassName
{
border-color: #4DB0DC;
}
</style>