Shades of Viking #4DACC1
Tints of Viking #4DACC1
RGB
CMYK
RGB Variations
Color information
#4DACC1 (or 0x4DACC1) is known color: Viking. HEX triplet: 4D, AC and C1. RGB value is (77,172,193). Sum of RGB (Red+Green+Blue) = 77+172+193=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACC1 is #B2533E. Grayscale: #919191. Windows color (decimal): -11686719 or 12692557. OLE color: 12692557.
HSL color Cylindrical-coordinate representation of color #4DACC1: hue angle of 190.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DACC1 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 172 | 193 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.24 |
| HSL | 190.86º | 0.48% | 0.53% | - |
| HSV(B) | 190.86º | 0.6% | 0.76% | - |
| XYZ | 27.44 | 34.93 | 55.75 | - |
| YUV | 145.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 193 | 0.60 | 0.11 | 0 | 0.24 | 190.86 | 0.48 | 0.53 |
| Hex | 4D | AC | C1 | 3C | B | 0 | 18 | BF | 30 | 35 |
| Octal | 115 | 254 | 301 | 74 | 13 | 0 | 30 | 277 | 60 | 65 |
| Binary | 1001101 | 10101100 | 11000001 | 111100 | 1011 | 0 | 11000 | 10111111 | 110000 | 110101 |
Color Harmonies of #4DACC1
Complementary color
Monochromatic Colors of #4DACC1
Black with #4DACC1
Text Example
Text Example
White with #4DACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACC1; }
p { color: rgb(77,172,193); }
H1.HeaderClassName
{
color: #4DACC1;
}
.AnyTagClassName
{
color: #4DACC1;
}
</style>
background-color css
<style>
a { background-color: #4DACC1; }
a { background-color: rgb(77,172,193); }
div.DivClassName
{
background-color: #4DACC1;
}
.BgClassName
{
background-color: #4DACC1;
}
</style>
border-color css
<style>
span { border-color: #4DACC1; }
span { border-color: rgb(77,172,193); }
td.TdClassName
{
border-color: #4DACC1;
}
.TagClassName
{
border-color: #4DACC1;
}
</style>