Shades of Viking #4DADC6
Tints of Viking #4DADC6
RGB
CMYK
RGB Variations
Color information
#4DADC6 (or 0x4DADC6) is known color: Viking. HEX triplet: 4D, AD and C6. RGB value is (77,173,198). Sum of RGB (Red+Green+Blue) = 77+173+198=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #4DADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADC6 is #B25239. Grayscale: #929292. Windows color (decimal): -11686458 or 13020493. OLE color: 13020493.
HSL color Cylindrical-coordinate representation of color #4DADC6: hue angle of 192.4º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DADC6 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 173 | 198 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.22 |
| HSL | 192.4º | 0.51% | 0.54% | - |
| HSV(B) | 192.4º | 0.61% | 0.78% | - |
| XYZ | 28.2 | 35.54 | 58.8 | - |
| YUV | 147.15 | 156.7 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 198 | 0.61 | 0.13 | 0 | 0.22 | 192.4 | 0.51 | 0.54 |
| Hex | 4D | AD | C6 | 3D | D | 0 | 16 | C0 | 33 | 36 |
| Octal | 115 | 255 | 306 | 75 | 15 | 0 | 26 | 300 | 63 | 66 |
| Binary | 1001101 | 10101101 | 11000110 | 111101 | 1101 | 0 | 10110 | 11000000 | 110011 | 110110 |
Color Harmonies of #4DADC6
Complementary color
Monochromatic Colors of #4DADC6
Black with #4DADC6
Text Example
Text Example
White with #4DADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADC6; }
p { color: rgb(77,173,198); }
H1.HeaderClassName
{
color: #4DADC6;
}
.AnyTagClassName
{
color: #4DADC6;
}
</style>
background-color css
<style>
a { background-color: #4DADC6; }
a { background-color: rgb(77,173,198); }
div.DivClassName
{
background-color: #4DADC6;
}
.BgClassName
{
background-color: #4DADC6;
}
</style>
border-color css
<style>
span { border-color: #4DADC6; }
span { border-color: rgb(77,173,198); }
td.TdClassName
{
border-color: #4DADC6;
}
.TagClassName
{
border-color: #4DADC6;
}
</style>