Shades of Viking #4DB3D9
Tints of Viking #4DB3D9
RGB
CMYK
RGB Variations
Color information
#4DB3D9 (or 0x4DB3D9) is known color: Viking. HEX triplet: 4D, B3 and D9. RGB value is (77,179,217). Sum of RGB (Red+Green+Blue) = 77+179+217=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #4DB3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB3D9 is #B24C26. Grayscale: #989898. Windows color (decimal): -11684903 or 14267213. OLE color: 14267213.
HSL color Cylindrical-coordinate representation of color #4DB3D9: hue angle of 196.29º 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 #4DB3D9 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 179 | 217 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.15 |
| HSL | 196.29º | 0.65% | 0.58% | - |
| HSV(B) | 196.29º | 0.65% | 0.85% | - |
| XYZ | 31.71 | 38.83 | 71.47 | - |
| YUV | 152.83 | 164.21 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 217 | 0.65 | 0.18 | 0 | 0.15 | 196.29 | 0.65 | 0.58 |
| Hex | 4D | B3 | D9 | 41 | 12 | 0 | F | C4 | 41 | 3A |
| Octal | 115 | 263 | 331 | 101 | 22 | 0 | 17 | 304 | 101 | 72 |
| Binary | 1001101 | 10110011 | 11011001 | 1000001 | 10010 | 0 | 1111 | 11000100 | 1000001 | 111010 |
Color Harmonies of #4DB3D9
Complementary color
Monochromatic Colors of #4DB3D9
Black with #4DB3D9
Text Example
Text Example
White with #4DB3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB3D9; }
p { color: rgb(77,179,217); }
H1.HeaderClassName
{
color: #4DB3D9;
}
.AnyTagClassName
{
color: #4DB3D9;
}
</style>
background-color css
<style>
a { background-color: #4DB3D9; }
a { background-color: rgb(77,179,217); }
div.DivClassName
{
background-color: #4DB3D9;
}
.BgClassName
{
background-color: #4DB3D9;
}
</style>
border-color css
<style>
span { border-color: #4DB3D9; }
span { border-color: rgb(77,179,217); }
td.TdClassName
{
border-color: #4DB3D9;
}
.TagClassName
{
border-color: #4DB3D9;
}
</style>