Shades of Viking #4DBABF
Tints of Viking #4DBABF
RGB
CMYK
RGB Variations
Color information
#4DBABF (or 0x4DBABF) is known color: Viking. HEX triplet: 4D, BA and BF. RGB value is (77,186,191). Sum of RGB (Red+Green+Blue) = 77+186+191=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBABF is #B24540. Grayscale: #999999. Windows color (decimal): -11683137 or 12565069. OLE color: 12565069.
HSL color Cylindrical-coordinate representation of color #4DBABF: hue angle of 182.63º degrees, saturation: 0.47, 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 #4DBABF is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 186 | 191 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.25 |
| HSL | 182.63º | 0.47% | 0.53% | - |
| HSV(B) | 182.63º | 0.6% | 0.75% | - |
| XYZ | 30.02 | 40.46 | 55.52 | - |
| YUV | 153.98 | 148.89 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 191 | 0.60 | 0.03 | 0 | 0.25 | 182.63 | 0.47 | 0.53 |
| Hex | 4D | BA | BF | 3C | 3 | 0 | 19 | B7 | 2F | 35 |
| Octal | 115 | 272 | 277 | 74 | 3 | 0 | 31 | 267 | 57 | 65 |
| Binary | 1001101 | 10111010 | 10111111 | 111100 | 11 | 0 | 11001 | 10110111 | 101111 | 110101 |
Color Harmonies of #4DBABF
Complementary color
Monochromatic Colors of #4DBABF
Black with #4DBABF
Text Example
Text Example
White with #4DBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBABF; }
p { color: rgb(77,186,191); }
H1.HeaderClassName
{
color: #4DBABF;
}
.AnyTagClassName
{
color: #4DBABF;
}
</style>
background-color css
<style>
a { background-color: #4DBABF; }
a { background-color: rgb(77,186,191); }
div.DivClassName
{
background-color: #4DBABF;
}
.BgClassName
{
background-color: #4DBABF;
}
</style>
border-color css
<style>
span { border-color: #4DBABF; }
span { border-color: rgb(77,186,191); }
td.TdClassName
{
border-color: #4DBABF;
}
.TagClassName
{
border-color: #4DBABF;
}
</style>