Shades of Viking #4DACC6
Tints of Viking #4DACC6
RGB
CMYK
RGB Variations
Color information
#4DACC6 (or 0x4DACC6) is known color: Viking. HEX triplet: 4D, AC and C6. RGB value is (77,172,198). Sum of RGB (Red+Green+Blue) = 77+172+198=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #4DACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACC6 is #B25339. Grayscale: #929292. Windows color (decimal): -11686714 or 13020237. OLE color: 13020237.
HSL color Cylindrical-coordinate representation of color #4DACC6: hue angle of 192.89º 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 #4DACC6 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 172 | 198 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.22 |
| HSL | 192.89º | 0.51% | 0.54% | - |
| HSV(B) | 192.89º | 0.61% | 0.78% | - |
| XYZ | 28.01 | 35.16 | 58.74 | - |
| YUV | 146.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 198 | 0.61 | 0.13 | 0 | 0.22 | 192.89 | 0.51 | 0.54 |
| Hex | 4D | AC | C6 | 3D | D | 0 | 16 | C1 | 33 | 36 |
| Octal | 115 | 254 | 306 | 75 | 15 | 0 | 26 | 301 | 63 | 66 |
| Binary | 1001101 | 10101100 | 11000110 | 111101 | 1101 | 0 | 10110 | 11000001 | 110011 | 110110 |
Color Harmonies of #4DACC6
Complementary color
Monochromatic Colors of #4DACC6
Black with #4DACC6
Text Example
Text Example
White with #4DACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACC6; }
p { color: rgb(77,172,198); }
H1.HeaderClassName
{
color: #4DACC6;
}
.AnyTagClassName
{
color: #4DACC6;
}
</style>
background-color css
<style>
a { background-color: #4DACC6; }
a { background-color: rgb(77,172,198); }
div.DivClassName
{
background-color: #4DACC6;
}
.BgClassName
{
background-color: #4DACC6;
}
</style>
border-color css
<style>
span { border-color: #4DACC6; }
span { border-color: rgb(77,172,198); }
td.TdClassName
{
border-color: #4DACC6;
}
.TagClassName
{
border-color: #4DACC6;
}
</style>