Shades of Viking #4DA6BD
Tints of Viking #4DA6BD
RGB
CMYK
RGB Variations
Color information
#4DA6BD (or 0x4DA6BD) is known color: Viking. HEX triplet: 4D, A6 and BD. RGB value is (77,166,189). Sum of RGB (Red+Green+Blue) = 77+166+189=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #4DA6BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA6BD is #B25942. Grayscale: #8D8D8D. Windows color (decimal): -11688259 or 12428877. OLE color: 12428877.
HSL color Cylindrical-coordinate representation of color #4DA6BD: hue angle of 192.32º degrees, saturation: 0.46, 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 #4DA6BD is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 166 | 189 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.26 |
| HSL | 192.32º | 0.46% | 0.52% | - |
| HSV(B) | 192.32º | 0.59% | 0.74% | - |
| XYZ | 25.88 | 32.52 | 53.06 | - |
| YUV | 142.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 166 | 189 | 0.59 | 0.12 | 0 | 0.26 | 192.32 | 0.46 | 0.52 |
| Hex | 4D | A6 | BD | 3B | C | 0 | 1A | C0 | 2E | 34 |
| Octal | 115 | 246 | 275 | 73 | 14 | 0 | 32 | 300 | 56 | 64 |
| Binary | 1001101 | 10100110 | 10111101 | 111011 | 1100 | 0 | 11010 | 11000000 | 101110 | 110100 |
Color Harmonies of #4DA6BD
Complementary color
Monochromatic Colors of #4DA6BD
Black with #4DA6BD
Text Example
Text Example
White with #4DA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA6BD; }
p { color: rgb(77,166,189); }
H1.HeaderClassName
{
color: #4DA6BD;
}
.AnyTagClassName
{
color: #4DA6BD;
}
</style>
background-color css
<style>
a { background-color: #4DA6BD; }
a { background-color: rgb(77,166,189); }
div.DivClassName
{
background-color: #4DA6BD;
}
.BgClassName
{
background-color: #4DA6BD;
}
</style>
border-color css
<style>
span { border-color: #4DA6BD; }
span { border-color: rgb(77,166,189); }
td.TdClassName
{
border-color: #4DA6BD;
}
.TagClassName
{
border-color: #4DA6BD;
}
</style>