Shades of Viking #4DBBD9
Tints of Viking #4DBBD9
RGB
CMYK
RGB Variations
Color information
#4DBBD9 (or 0x4DBBD9) is known color: Viking. HEX triplet: 4D, BB and D9. RGB value is (77,187,217). Sum of RGB (Red+Green+Blue) = 77+187+217=481 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.01% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #4DBBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBD9 is #B24426. Grayscale: #9D9D9D. Windows color (decimal): -11682855 or 14269261. OLE color: 14269261.
HSL color Cylindrical-coordinate representation of color #4DBBD9: hue angle of 192.86º 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 #4DBBD9 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 187 | 217 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.15 |
| HSL | 192.86º | 0.65% | 0.58% | - |
| HSV(B) | 192.86º | 0.65% | 0.85% | - |
| XYZ | 33.36 | 42.13 | 72.02 | - |
| YUV | 157.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 217 | 0.65 | 0.14 | 0 | 0.15 | 192.86 | 0.65 | 0.58 |
| Hex | 4D | BB | D9 | 41 | E | 0 | F | C1 | 41 | 3A |
| Octal | 115 | 273 | 331 | 101 | 16 | 0 | 17 | 301 | 101 | 72 |
| Binary | 1001101 | 10111011 | 11011001 | 1000001 | 1110 | 0 | 1111 | 11000001 | 1000001 | 111010 |
Color Harmonies of #4DBBD9
Complementary color
Monochromatic Colors of #4DBBD9
Black with #4DBBD9
Text Example
Text Example
White with #4DBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBD9; }
p { color: rgb(77,187,217); }
H1.HeaderClassName
{
color: #4DBBD9;
}
.AnyTagClassName
{
color: #4DBBD9;
}
</style>
background-color css
<style>
a { background-color: #4DBBD9; }
a { background-color: rgb(77,187,217); }
div.DivClassName
{
background-color: #4DBBD9;
}
.BgClassName
{
background-color: #4DBBD9;
}
</style>
border-color css
<style>
span { border-color: #4DBBD9; }
span { border-color: rgb(77,187,217); }
td.TdClassName
{
border-color: #4DBBD9;
}
.TagClassName
{
border-color: #4DBBD9;
}
</style>