Shades of Viking #4DAAB9
Tints of Viking #4DAAB9
RGB
CMYK
RGB Variations
Color information
#4DAAB9 (or 0x4DAAB9) is known color: Viking. HEX triplet: 4D, AA and B9. RGB value is (77,170,185). Sum of RGB (Red+Green+Blue) = 77+170+185=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #4DAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAAB9 is #B25546. Grayscale: #8F8F8F. Windows color (decimal): -11687239 or 12167757. OLE color: 12167757.
HSL color Cylindrical-coordinate representation of color #4DAAB9: hue angle of 188.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DAAB9 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 170 | 185 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.27 |
| HSL | 188.33º | 0.44% | 0.51% | - |
| HSV(B) | 188.33º | 0.58% | 0.73% | - |
| XYZ | 26.19 | 33.83 | 51.05 | - |
| YUV | 143.9 | 151.19 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 185 | 0.58 | 0.08 | 0 | 0.27 | 188.33 | 0.44 | 0.51 |
| Hex | 4D | AA | B9 | 3A | 8 | 0 | 1B | BC | 2C | 33 |
| Octal | 115 | 252 | 271 | 72 | 10 | 0 | 33 | 274 | 54 | 63 |
| Binary | 1001101 | 10101010 | 10111001 | 111010 | 1000 | 0 | 11011 | 10111100 | 101100 | 110011 |
Color Harmonies of #4DAAB9
Complementary color
Monochromatic Colors of #4DAAB9
Black with #4DAAB9
Text Example
Text Example
White with #4DAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAB9; }
p { color: rgb(77,170,185); }
H1.HeaderClassName
{
color: #4DAAB9;
}
.AnyTagClassName
{
color: #4DAAB9;
}
</style>
background-color css
<style>
a { background-color: #4DAAB9; }
a { background-color: rgb(77,170,185); }
div.DivClassName
{
background-color: #4DAAB9;
}
.BgClassName
{
background-color: #4DAAB9;
}
</style>
border-color css
<style>
span { border-color: #4DAAB9; }
span { border-color: rgb(77,170,185); }
td.TdClassName
{
border-color: #4DAAB9;
}
.TagClassName
{
border-color: #4DAAB9;
}
</style>