Shades of Viking #4DAAC0
Tints of Viking #4DAAC0
RGB
CMYK
RGB Variations
Color information
#4DAAC0 (or 0x4DAAC0) is known color: Viking. HEX triplet: 4D, AA and C0. RGB value is (77,170,192). Sum of RGB (Red+Green+Blue) = 77+170+192=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #4DAAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAAC0 is #B2553F. Grayscale: #909090. Windows color (decimal): -11687232 or 12626509. OLE color: 12626509.
HSL color Cylindrical-coordinate representation of color #4DAAC0: hue angle of 191.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DAAC0 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 170 | 192 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.25 |
| HSL | 191.48º | 0.48% | 0.53% | - |
| HSV(B) | 191.48º | 0.6% | 0.75% | - |
| XYZ | 26.95 | 34.13 | 55.04 | - |
| YUV | 144.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 192 | 0.60 | 0.11 | 0 | 0.25 | 191.48 | 0.48 | 0.53 |
| Hex | 4D | AA | C0 | 3C | B | 0 | 19 | BF | 30 | 35 |
| Octal | 115 | 252 | 300 | 74 | 13 | 0 | 31 | 277 | 60 | 65 |
| Binary | 1001101 | 10101010 | 11000000 | 111100 | 1011 | 0 | 11001 | 10111111 | 110000 | 110101 |
Color Harmonies of #4DAAC0
Complementary color
Monochromatic Colors of #4DAAC0
Black with #4DAAC0
Text Example
Text Example
White with #4DAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAC0; }
p { color: rgb(77,170,192); }
H1.HeaderClassName
{
color: #4DAAC0;
}
.AnyTagClassName
{
color: #4DAAC0;
}
</style>
background-color css
<style>
a { background-color: #4DAAC0; }
a { background-color: rgb(77,170,192); }
div.DivClassName
{
background-color: #4DAAC0;
}
.BgClassName
{
background-color: #4DAAC0;
}
</style>
border-color css
<style>
span { border-color: #4DAAC0; }
span { border-color: rgb(77,170,192); }
td.TdClassName
{
border-color: #4DAAC0;
}
.TagClassName
{
border-color: #4DAAC0;
}
</style>