Shades of Viking #4DBED8
Tints of Viking #4DBED8
RGB
CMYK
RGB Variations
Color information
#4DBED8 (or 0x4DBED8) is known color: Viking. HEX triplet: 4D, BE and D8. RGB value is (77,190,216). Sum of RGB (Red+Green+Blue) = 77+190+216=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #4DBED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBED8 is #B24127. Grayscale: #9E9E9E. Windows color (decimal): -11682088 or 14204493. OLE color: 14204493.
HSL color Cylindrical-coordinate representation of color #4DBED8: hue angle of 191.22º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DBED8 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 190 | 216 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.15 |
| HSL | 191.22º | 0.64% | 0.57% | - |
| HSV(B) | 191.22º | 0.64% | 0.85% | - |
| XYZ | 33.87 | 43.36 | 71.55 | - |
| YUV | 159.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 216 | 0.64 | 0.12 | 0 | 0.15 | 191.22 | 0.64 | 0.57 |
| Hex | 4D | BE | D8 | 40 | C | 0 | F | BF | 40 | 39 |
| Octal | 115 | 276 | 330 | 100 | 14 | 0 | 17 | 277 | 100 | 71 |
| Binary | 1001101 | 10111110 | 11011000 | 1000000 | 1100 | 0 | 1111 | 10111111 | 1000000 | 111001 |
Color Harmonies of #4DBED8
Complementary color
Monochromatic Colors of #4DBED8
Black with #4DBED8
Text Example
Text Example
White with #4DBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBED8; }
p { color: rgb(77,190,216); }
H1.HeaderClassName
{
color: #4DBED8;
}
.AnyTagClassName
{
color: #4DBED8;
}
</style>
background-color css
<style>
a { background-color: #4DBED8; }
a { background-color: rgb(77,190,216); }
div.DivClassName
{
background-color: #4DBED8;
}
.BgClassName
{
background-color: #4DBED8;
}
</style>
border-color css
<style>
span { border-color: #4DBED8; }
span { border-color: rgb(77,190,216); }
td.TdClassName
{
border-color: #4DBED8;
}
.TagClassName
{
border-color: #4DBED8;
}
</style>