Shades of Viking #4DBABC
Tints of Viking #4DBABC
RGB
CMYK
RGB Variations
Color information
#4DBABC (or 0x4DBABC) is known color: Viking. HEX triplet: 4D, BA and BC. RGB value is (77,186,188). Sum of RGB (Red+Green+Blue) = 77+186+188=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBABC is #B24543. Grayscale: #999999. Windows color (decimal): -11683140 or 12368461. OLE color: 12368461.
HSL color Cylindrical-coordinate representation of color #4DBABC: hue angle of 181.08º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBABC is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 186 | 188 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.26 |
| HSL | 181.08º | 0.45% | 0.52% | - |
| HSV(B) | 181.08º | 0.59% | 0.74% | - |
| XYZ | 29.7 | 40.33 | 53.8 | - |
| YUV | 153.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 188 | 0.59 | 0.01 | 0 | 0.26 | 181.08 | 0.45 | 0.52 |
| Hex | 4D | BA | BC | 3B | 1 | 0 | 1A | B5 | 2D | 34 |
| Octal | 115 | 272 | 274 | 73 | 1 | 0 | 32 | 265 | 55 | 64 |
| Binary | 1001101 | 10111010 | 10111100 | 111011 | 1 | 0 | 11010 | 10110101 | 101101 | 110100 |
Color Harmonies of #4DBABC
Complementary color
Monochromatic Colors of #4DBABC
Black with #4DBABC
Text Example
Text Example
White with #4DBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBABC; }
p { color: rgb(77,186,188); }
H1.HeaderClassName
{
color: #4DBABC;
}
.AnyTagClassName
{
color: #4DBABC;
}
</style>
background-color css
<style>
a { background-color: #4DBABC; }
a { background-color: rgb(77,186,188); }
div.DivClassName
{
background-color: #4DBABC;
}
.BgClassName
{
background-color: #4DBABC;
}
</style>
border-color css
<style>
span { border-color: #4DBABC; }
span { border-color: rgb(77,186,188); }
td.TdClassName
{
border-color: #4DBABC;
}
.TagClassName
{
border-color: #4DBABC;
}
</style>