Shades of Viking #4DBBC0
Tints of Viking #4DBBC0
RGB
CMYK
RGB Variations
Color information
#4DBBC0 (or 0x4DBBC0) is known color: Viking. HEX triplet: 4D, BB and C0. RGB value is (77,187,192). Sum of RGB (Red+Green+Blue) = 77+187+192=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #4DBBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBC0 is #B2443F. Grayscale: #9A9A9A. Windows color (decimal): -11682880 or 12630861. OLE color: 12630861.
HSL color Cylindrical-coordinate representation of color #4DBBC0: hue angle of 182.61º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBBC0 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 187 | 192 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.25 |
| HSL | 182.61º | 0.48% | 0.53% | - |
| HSV(B) | 182.61º | 0.6% | 0.75% | - |
| XYZ | 30.35 | 40.92 | 56.17 | - |
| YUV | 154.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 192 | 0.60 | 0.03 | 0 | 0.25 | 182.61 | 0.48 | 0.53 |
| Hex | 4D | BB | C0 | 3C | 3 | 0 | 19 | B7 | 30 | 35 |
| Octal | 115 | 273 | 300 | 74 | 3 | 0 | 31 | 267 | 60 | 65 |
| Binary | 1001101 | 10111011 | 11000000 | 111100 | 11 | 0 | 11001 | 10110111 | 110000 | 110101 |
Color Harmonies of #4DBBC0
Complementary color
Monochromatic Colors of #4DBBC0
Black with #4DBBC0
Text Example
Text Example
White with #4DBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBC0; }
p { color: rgb(77,187,192); }
H1.HeaderClassName
{
color: #4DBBC0;
}
.AnyTagClassName
{
color: #4DBBC0;
}
</style>
background-color css
<style>
a { background-color: #4DBBC0; }
a { background-color: rgb(77,187,192); }
div.DivClassName
{
background-color: #4DBBC0;
}
.BgClassName
{
background-color: #4DBBC0;
}
</style>
border-color css
<style>
span { border-color: #4DBBC0; }
span { border-color: rgb(77,187,192); }
td.TdClassName
{
border-color: #4DBBC0;
}
.TagClassName
{
border-color: #4DBBC0;
}
</style>