Shades of Viking #4DA6BA
Tints of Viking #4DA6BA
RGB
CMYK
RGB Variations
Color information
#4DA6BA (or 0x4DA6BA) is known color: Viking. HEX triplet: 4D, A6 and BA. RGB value is (77,166,186). Sum of RGB (Red+Green+Blue) = 77+166+186=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #4DA6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA6BA is #B25945. Grayscale: #8D8D8D. Windows color (decimal): -11688262 or 12232269. OLE color: 12232269.
HSL color Cylindrical-coordinate representation of color #4DA6BA: hue angle of 191.01º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA6BA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 166 | 186 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.27 |
| HSL | 191.01º | 0.44% | 0.52% | - |
| HSV(B) | 191.01º | 0.59% | 0.73% | - |
| XYZ | 25.56 | 32.4 | 51.36 | - |
| YUV | 141.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 166 | 186 | 0.59 | 0.11 | 0 | 0.27 | 191.01 | 0.44 | 0.52 |
| Hex | 4D | A6 | BA | 3B | B | 0 | 1B | BF | 2C | 34 |
| Octal | 115 | 246 | 272 | 73 | 13 | 0 | 33 | 277 | 54 | 64 |
| Binary | 1001101 | 10100110 | 10111010 | 111011 | 1011 | 0 | 11011 | 10111111 | 101100 | 110100 |
Color Harmonies of #4DA6BA
Complementary color
Monochromatic Colors of #4DA6BA
Black with #4DA6BA
Text Example
Text Example
White with #4DA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA6BA; }
p { color: rgb(77,166,186); }
H1.HeaderClassName
{
color: #4DA6BA;
}
.AnyTagClassName
{
color: #4DA6BA;
}
</style>
background-color css
<style>
a { background-color: #4DA6BA; }
a { background-color: rgb(77,166,186); }
div.DivClassName
{
background-color: #4DA6BA;
}
.BgClassName
{
background-color: #4DA6BA;
}
</style>
border-color css
<style>
span { border-color: #4DA6BA; }
span { border-color: rgb(77,166,186); }
td.TdClassName
{
border-color: #4DA6BA;
}
.TagClassName
{
border-color: #4DA6BA;
}
</style>