Shades of Viking #4DA6BC
Tints of Viking #4DA6BC
RGB
CMYK
RGB Variations
Color information
#4DA6BC (or 0x4DA6BC) is known color: Viking. HEX triplet: 4D, A6 and BC. RGB value is (77,166,188). Sum of RGB (Red+Green+Blue) = 77+166+188=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DA6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA6BC is #B25943. Grayscale: #8D8D8D. Windows color (decimal): -11688260 or 12363341. OLE color: 12363341.
HSL color Cylindrical-coordinate representation of color #4DA6BC: hue angle of 191.89º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA6BC is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 166 | 188 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.26 |
| HSL | 191.89º | 0.45% | 0.52% | - |
| HSV(B) | 191.89º | 0.59% | 0.74% | - |
| XYZ | 25.77 | 32.48 | 52.49 | - |
| YUV | 141.9 | 154.01 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 166 | 188 | 0.59 | 0.12 | 0 | 0.26 | 191.89 | 0.45 | 0.52 |
| Hex | 4D | A6 | BC | 3B | C | 0 | 1A | C0 | 2D | 34 |
| Octal | 115 | 246 | 274 | 73 | 14 | 0 | 32 | 300 | 55 | 64 |
| Binary | 1001101 | 10100110 | 10111100 | 111011 | 1100 | 0 | 11010 | 11000000 | 101101 | 110100 |
Color Harmonies of #4DA6BC
Complementary color
Monochromatic Colors of #4DA6BC
Black with #4DA6BC
Text Example
Text Example
White with #4DA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA6BC; }
p { color: rgb(77,166,188); }
H1.HeaderClassName
{
color: #4DA6BC;
}
.AnyTagClassName
{
color: #4DA6BC;
}
</style>
background-color css
<style>
a { background-color: #4DA6BC; }
a { background-color: rgb(77,166,188); }
div.DivClassName
{
background-color: #4DA6BC;
}
.BgClassName
{
background-color: #4DA6BC;
}
</style>
border-color css
<style>
span { border-color: #4DA6BC; }
span { border-color: rgb(77,166,188); }
td.TdClassName
{
border-color: #4DA6BC;
}
.TagClassName
{
border-color: #4DA6BC;
}
</style>