Shades of Viking #4DBBDA
Tints of Viking #4DBBDA
RGB
CMYK
RGB Variations
Color information
#4DBBDA (or 0x4DBBDA) is known color: Viking. HEX triplet: 4D, BB and DA. RGB value is (77,187,218). Sum of RGB (Red+Green+Blue) = 77+187+218=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DBBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBDA is #B24425. Grayscale: #9D9D9D. Windows color (decimal): -11682854 or 14334797. OLE color: 14334797.
HSL color Cylindrical-coordinate representation of color #4DBBDA: hue angle of 193.19º degrees, saturation: 0.66, 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 #4DBBDA is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 187 | 218 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.15 |
| HSL | 193.19º | 0.66% | 0.58% | - |
| HSV(B) | 193.19º | 0.65% | 0.85% | - |
| XYZ | 33.49 | 42.18 | 72.71 | - |
| YUV | 157.64 | 162.06 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 218 | 0.65 | 0.14 | 0 | 0.15 | 193.19 | 0.66 | 0.58 |
| Hex | 4D | BB | DA | 41 | E | 0 | F | C1 | 42 | 3A |
| Octal | 115 | 273 | 332 | 101 | 16 | 0 | 17 | 301 | 102 | 72 |
| Binary | 1001101 | 10111011 | 11011010 | 1000001 | 1110 | 0 | 1111 | 11000001 | 1000010 | 111010 |
Color Harmonies of #4DBBDA
Complementary color
Monochromatic Colors of #4DBBDA
Black with #4DBBDA
Text Example
Text Example
White with #4DBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBDA; }
p { color: rgb(77,187,218); }
H1.HeaderClassName
{
color: #4DBBDA;
}
.AnyTagClassName
{
color: #4DBBDA;
}
</style>
background-color css
<style>
a { background-color: #4DBBDA; }
a { background-color: rgb(77,187,218); }
div.DivClassName
{
background-color: #4DBBDA;
}
.BgClassName
{
background-color: #4DBBDA;
}
</style>
border-color css
<style>
span { border-color: #4DBBDA; }
span { border-color: rgb(77,187,218); }
td.TdClassName
{
border-color: #4DBBDA;
}
.TagClassName
{
border-color: #4DBBDA;
}
</style>