Shades of Viking #4DB6DC
Tints of Viking #4DB6DC
RGB
CMYK
RGB Variations
Color information
#4DB6DC (or 0x4DB6DC) is known color: Viking. HEX triplet: 4D, B6 and DC. RGB value is (77,182,220). Sum of RGB (Red+Green+Blue) = 77+182+220=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DB6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6DC is #B24923. Grayscale: #9A9A9A. Windows color (decimal): -11684132 or 14464589. OLE color: 14464589.
HSL color Cylindrical-coordinate representation of color #4DB6DC: hue angle of 195.94º 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 #4DB6DC is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 182 | 220 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.14 |
| HSL | 195.94º | 0.67% | 0.58% | - |
| HSV(B) | 195.94º | 0.65% | 0.86% | - |
| XYZ | 32.71 | 40.2 | 73.75 | - |
| YUV | 154.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 220 | 0.65 | 0.17 | 0 | 0.14 | 195.94 | 0.67 | 0.58 |
| Hex | 4D | B6 | DC | 41 | 11 | 0 | E | C4 | 43 | 3A |
| Octal | 115 | 266 | 334 | 101 | 21 | 0 | 16 | 304 | 103 | 72 |
| Binary | 1001101 | 10110110 | 11011100 | 1000001 | 10001 | 0 | 1110 | 11000100 | 1000011 | 111010 |
Color Harmonies of #4DB6DC
Complementary color
Monochromatic Colors of #4DB6DC
Black with #4DB6DC
Text Example
Text Example
White with #4DB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB6DC; }
p { color: rgb(77,182,220); }
H1.HeaderClassName
{
color: #4DB6DC;
}
.AnyTagClassName
{
color: #4DB6DC;
}
</style>
background-color css
<style>
a { background-color: #4DB6DC; }
a { background-color: rgb(77,182,220); }
div.DivClassName
{
background-color: #4DB6DC;
}
.BgClassName
{
background-color: #4DB6DC;
}
</style>
border-color css
<style>
span { border-color: #4DB6DC; }
span { border-color: rgb(77,182,220); }
td.TdClassName
{
border-color: #4DB6DC;
}
.TagClassName
{
border-color: #4DB6DC;
}
</style>