Shades of Viking #4DB0D0
Tints of Viking #4DB0D0
RGB
CMYK
RGB Variations
Color information
#4DB0D0 (or 0x4DB0D0) is known color: Viking. HEX triplet: 4D, B0 and D0. RGB value is (77,176,208). Sum of RGB (Red+Green+Blue) = 77+176+208=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #4DB0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0D0 is #B24F2F. Grayscale: #959595. Windows color (decimal): -11685680 or 13676621. OLE color: 13676621.
HSL color Cylindrical-coordinate representation of color #4DB0D0: hue angle of 194.66º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DB0D0 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 176 | 208 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.18 |
| HSL | 194.66º | 0.58% | 0.56% | - |
| HSV(B) | 194.66º | 0.63% | 0.82% | - |
| XYZ | 29.97 | 37.18 | 65.27 | - |
| YUV | 150.05 | 160.7 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 208 | 0.63 | 0.15 | 0 | 0.18 | 194.66 | 0.58 | 0.56 |
| Hex | 4D | B0 | D0 | 3F | F | 0 | 12 | C3 | 3A | 38 |
| Octal | 115 | 260 | 320 | 77 | 17 | 0 | 22 | 303 | 72 | 70 |
| Binary | 1001101 | 10110000 | 11010000 | 111111 | 1111 | 0 | 10010 | 11000011 | 111010 | 111000 |
Color Harmonies of #4DB0D0
Complementary color
Monochromatic Colors of #4DB0D0
Black with #4DB0D0
Text Example
Text Example
White with #4DB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0D0; }
p { color: rgb(77,176,208); }
H1.HeaderClassName
{
color: #4DB0D0;
}
.AnyTagClassName
{
color: #4DB0D0;
}
</style>
background-color css
<style>
a { background-color: #4DB0D0; }
a { background-color: rgb(77,176,208); }
div.DivClassName
{
background-color: #4DB0D0;
}
.BgClassName
{
background-color: #4DB0D0;
}
</style>
border-color css
<style>
span { border-color: #4DB0D0; }
span { border-color: rgb(77,176,208); }
td.TdClassName
{
border-color: #4DB0D0;
}
.TagClassName
{
border-color: #4DB0D0;
}
</style>