Shades of Viking #4DBBDB
Tints of Viking #4DBBDB
RGB
CMYK
RGB Variations
Color information
#4DBBDB (or 0x4DBBDB) is known color: Viking. HEX triplet: 4D, BB and DB. RGB value is (77,187,219). Sum of RGB (Red+Green+Blue) = 77+187+219=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBDB is #B24424. Grayscale: #9D9D9D. Windows color (decimal): -11682853 or 14400333. OLE color: 14400333.
HSL color Cylindrical-coordinate representation of color #4DBBDB: hue angle of 193.52º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DBBDB is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 187 | 219 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.14 |
| HSL | 193.52º | 0.66% | 0.58% | - |
| HSV(B) | 193.52º | 0.65% | 0.86% | - |
| XYZ | 33.62 | 42.23 | 73.4 | - |
| YUV | 157.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 219 | 0.65 | 0.15 | 0 | 0.14 | 193.52 | 0.66 | 0.58 |
| Hex | 4D | BB | DB | 41 | F | 0 | E | C2 | 42 | 3A |
| Octal | 115 | 273 | 333 | 101 | 17 | 0 | 16 | 302 | 102 | 72 |
| Binary | 1001101 | 10111011 | 11011011 | 1000001 | 1111 | 0 | 1110 | 11000010 | 1000010 | 111010 |
Color Harmonies of #4DBBDB
Complementary color
Monochromatic Colors of #4DBBDB
Black with #4DBBDB
Text Example
Text Example
White with #4DBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBDB; }
p { color: rgb(77,187,219); }
H1.HeaderClassName
{
color: #4DBBDB;
}
.AnyTagClassName
{
color: #4DBBDB;
}
</style>
background-color css
<style>
a { background-color: #4DBBDB; }
a { background-color: rgb(77,187,219); }
div.DivClassName
{
background-color: #4DBBDB;
}
.BgClassName
{
background-color: #4DBBDB;
}
</style>
border-color css
<style>
span { border-color: #4DBBDB; }
span { border-color: rgb(77,187,219); }
td.TdClassName
{
border-color: #4DBBDB;
}
.TagClassName
{
border-color: #4DBBDB;
}
</style>