Shades of Viking #4DBBD8
Tints of Viking #4DBBD8
RGB
CMYK
RGB Variations
Color information
#4DBBD8 (or 0x4DBBD8) is known color: Viking. HEX triplet: 4D, BB and D8. RGB value is (77,187,216). Sum of RGB (Red+Green+Blue) = 77+187+216=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #4DBBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBD8 is #B24427. Grayscale: #9D9D9D. Windows color (decimal): -11682856 or 14203725. OLE color: 14203725.
HSL color Cylindrical-coordinate representation of color #4DBBD8: hue angle of 192.52º 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 #4DBBD8 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 187 | 216 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.15 |
| HSL | 192.52º | 0.64% | 0.57% | - |
| HSV(B) | 192.52º | 0.64% | 0.85% | - |
| XYZ | 33.23 | 42.08 | 71.34 | - |
| YUV | 157.42 | 161.06 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 216 | 0.64 | 0.13 | 0 | 0.15 | 192.52 | 0.64 | 0.57 |
| Hex | 4D | BB | D8 | 40 | D | 0 | F | C1 | 40 | 39 |
| Octal | 115 | 273 | 330 | 100 | 15 | 0 | 17 | 301 | 100 | 71 |
| Binary | 1001101 | 10111011 | 11011000 | 1000000 | 1101 | 0 | 1111 | 11000001 | 1000000 | 111001 |
Color Harmonies of #4DBBD8
Complementary color
Monochromatic Colors of #4DBBD8
Black with #4DBBD8
Text Example
Text Example
White with #4DBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBD8; }
p { color: rgb(77,187,216); }
H1.HeaderClassName
{
color: #4DBBD8;
}
.AnyTagClassName
{
color: #4DBBD8;
}
</style>
background-color css
<style>
a { background-color: #4DBBD8; }
a { background-color: rgb(77,187,216); }
div.DivClassName
{
background-color: #4DBBD8;
}
.BgClassName
{
background-color: #4DBBD8;
}
</style>
border-color css
<style>
span { border-color: #4DBBD8; }
span { border-color: rgb(77,187,216); }
td.TdClassName
{
border-color: #4DBBD8;
}
.TagClassName
{
border-color: #4DBBD8;
}
</style>