Shades of Viking #4DBFD9
Tints of Viking #4DBFD9
RGB
CMYK
RGB Variations
Color information
#4DBFD9 (or 0x4DBFD9) is known color: Viking. HEX triplet: 4D, BF and D9. RGB value is (77,191,217). Sum of RGB (Red+Green+Blue) = 77+191+217=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #4DBFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBFD9 is #B24026. Grayscale: #9F9F9F. Windows color (decimal): -11681831 or 14270285. OLE color: 14270285.
HSL color Cylindrical-coordinate representation of color #4DBFD9: hue angle of 191.14º 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 #4DBFD9 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 191 | 217 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.15 |
| HSL | 191.14º | 0.65% | 0.58% | - |
| HSV(B) | 191.14º | 0.65% | 0.85% | - |
| XYZ | 34.22 | 43.85 | 72.31 | - |
| YUV | 159.88 | 160.23 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 217 | 0.65 | 0.12 | 0 | 0.15 | 191.14 | 0.65 | 0.58 |
| Hex | 4D | BF | D9 | 41 | C | 0 | F | BF | 41 | 3A |
| Octal | 115 | 277 | 331 | 101 | 14 | 0 | 17 | 277 | 101 | 72 |
| Binary | 1001101 | 10111111 | 11011001 | 1000001 | 1100 | 0 | 1111 | 10111111 | 1000001 | 111010 |
Color Harmonies of #4DBFD9
Complementary color
Monochromatic Colors of #4DBFD9
Black with #4DBFD9
Text Example
Text Example
White with #4DBFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFD9; }
p { color: rgb(77,191,217); }
H1.HeaderClassName
{
color: #4DBFD9;
}
.AnyTagClassName
{
color: #4DBFD9;
}
</style>
background-color css
<style>
a { background-color: #4DBFD9; }
a { background-color: rgb(77,191,217); }
div.DivClassName
{
background-color: #4DBFD9;
}
.BgClassName
{
background-color: #4DBFD9;
}
</style>
border-color css
<style>
span { border-color: #4DBFD9; }
span { border-color: rgb(77,191,217); }
td.TdClassName
{
border-color: #4DBFD9;
}
.TagClassName
{
border-color: #4DBFD9;
}
</style>