Shades of Viking #4DBADC
Tints of Viking #4DBADC
RGB
CMYK
RGB Variations
Color information
#4DBADC (or 0x4DBADC) is known color: Viking. HEX triplet: 4D, BA and DC. RGB value is (77,186,220). Sum of RGB (Red+Green+Blue) = 77+186+220=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBADC is #B24523. Grayscale: #9D9D9D. Windows color (decimal): -11683108 or 14465613. OLE color: 14465613.
HSL color Cylindrical-coordinate representation of color #4DBADC: hue angle of 194.27º 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 #4DBADC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 186 | 220 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.14 |
| HSL | 194.27º | 0.67% | 0.58% | - |
| HSV(B) | 194.27º | 0.65% | 0.86% | - |
| XYZ | 33.54 | 41.86 | 74.02 | - |
| YUV | 157.29 | 163.39 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 220 | 0.65 | 0.15 | 0 | 0.14 | 194.27 | 0.67 | 0.58 |
| Hex | 4D | BA | DC | 41 | F | 0 | E | C2 | 43 | 3A |
| Octal | 115 | 272 | 334 | 101 | 17 | 0 | 16 | 302 | 103 | 72 |
| Binary | 1001101 | 10111010 | 11011100 | 1000001 | 1111 | 0 | 1110 | 11000010 | 1000011 | 111010 |
Color Harmonies of #4DBADC
Complementary color
Monochromatic Colors of #4DBADC
Black with #4DBADC
Text Example
Text Example
White with #4DBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBADC; }
p { color: rgb(77,186,220); }
H1.HeaderClassName
{
color: #4DBADC;
}
.AnyTagClassName
{
color: #4DBADC;
}
</style>
background-color css
<style>
a { background-color: #4DBADC; }
a { background-color: rgb(77,186,220); }
div.DivClassName
{
background-color: #4DBADC;
}
.BgClassName
{
background-color: #4DBADC;
}
</style>
border-color css
<style>
span { border-color: #4DBADC; }
span { border-color: rgb(77,186,220); }
td.TdClassName
{
border-color: #4DBADC;
}
.TagClassName
{
border-color: #4DBADC;
}
</style>