Shades of Viking #4DB5D9
Tints of Viking #4DB5D9
RGB
CMYK
RGB Variations
Color information
#4DB5D9 (or 0x4DB5D9) is known color: Viking. HEX triplet: 4D, B5 and D9. RGB value is (77,181,217). Sum of RGB (Red+Green+Blue) = 77+181+217=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #4DB5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB5D9 is #B24A26. Grayscale: #999999. Windows color (decimal): -11684391 or 14267725. OLE color: 14267725.
HSL color Cylindrical-coordinate representation of color #4DB5D9: hue angle of 195.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DB5D9 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 181 | 217 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.15 |
| HSL | 195.43º | 0.65% | 0.58% | - |
| HSV(B) | 195.43º | 0.65% | 0.85% | - |
| XYZ | 32.11 | 39.64 | 71.6 | - |
| YUV | 154.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 217 | 0.65 | 0.17 | 0 | 0.15 | 195.43 | 0.65 | 0.58 |
| Hex | 4D | B5 | D9 | 41 | 11 | 0 | F | C3 | 41 | 3A |
| Octal | 115 | 265 | 331 | 101 | 21 | 0 | 17 | 303 | 101 | 72 |
| Binary | 1001101 | 10110101 | 11011001 | 1000001 | 10001 | 0 | 1111 | 11000011 | 1000001 | 111010 |
Color Harmonies of #4DB5D9
Complementary color
Monochromatic Colors of #4DB5D9
Black with #4DB5D9
Text Example
Text Example
White with #4DB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5D9; }
p { color: rgb(77,181,217); }
H1.HeaderClassName
{
color: #4DB5D9;
}
.AnyTagClassName
{
color: #4DB5D9;
}
</style>
background-color css
<style>
a { background-color: #4DB5D9; }
a { background-color: rgb(77,181,217); }
div.DivClassName
{
background-color: #4DB5D9;
}
.BgClassName
{
background-color: #4DB5D9;
}
</style>
border-color css
<style>
span { border-color: #4DB5D9; }
span { border-color: rgb(77,181,217); }
td.TdClassName
{
border-color: #4DB5D9;
}
.TagClassName
{
border-color: #4DB5D9;
}
</style>