Shades of Viking #4DACC2
Tints of Viking #4DACC2
RGB
CMYK
RGB Variations
Color information
#4DACC2 (or 0x4DACC2) is known color: Viking. HEX triplet: 4D, AC and C2. RGB value is (77,172,194). Sum of RGB (Red+Green+Blue) = 77+172+194=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #4DACC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACC2 is #B2533D. Grayscale: #919191. Windows color (decimal): -11686718 or 12758093. OLE color: 12758093.
HSL color Cylindrical-coordinate representation of color #4DACC2: hue angle of 191.28º degrees, saturation: 0.49, 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 #4DACC2 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 172 | 194 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.24 |
| HSL | 191.28º | 0.49% | 0.53% | - |
| HSV(B) | 191.28º | 0.6% | 0.76% | - |
| XYZ | 27.55 | 34.98 | 56.34 | - |
| YUV | 146.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 194 | 0.60 | 0.11 | 0 | 0.24 | 191.28 | 0.49 | 0.53 |
| Hex | 4D | AC | C2 | 3C | B | 0 | 18 | BF | 31 | 35 |
| Octal | 115 | 254 | 302 | 74 | 13 | 0 | 30 | 277 | 61 | 65 |
| Binary | 1001101 | 10101100 | 11000010 | 111100 | 1011 | 0 | 11000 | 10111111 | 110001 | 110101 |
Color Harmonies of #4DACC2
Complementary color
Monochromatic Colors of #4DACC2
Black with #4DACC2
Text Example
Text Example
White with #4DACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACC2; }
p { color: rgb(77,172,194); }
H1.HeaderClassName
{
color: #4DACC2;
}
.AnyTagClassName
{
color: #4DACC2;
}
</style>
background-color css
<style>
a { background-color: #4DACC2; }
a { background-color: rgb(77,172,194); }
div.DivClassName
{
background-color: #4DACC2;
}
.BgClassName
{
background-color: #4DACC2;
}
</style>
border-color css
<style>
span { border-color: #4DACC2; }
span { border-color: rgb(77,172,194); }
td.TdClassName
{
border-color: #4DACC2;
}
.TagClassName
{
border-color: #4DACC2;
}
</style>