Shades of Viking #4DBDBC
Tints of Viking #4DBDBC
RGB
CMYK
RGB Variations
Color information
#4DBDBC (or 0x4DBDBC) is known color: Viking. HEX triplet: 4D, BD and BC. RGB value is (77,189,188). Sum of RGB (Red+Green+Blue) = 77+189+188=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDBC is #B24243. Grayscale: #9B9B9B. Windows color (decimal): -11682372 or 12369229. OLE color: 12369229.
HSL color Cylindrical-coordinate representation of color #4DBDBC: hue angle of 179.46º degrees, saturation: 0.46, 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 #4DBDBC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 188 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.26 |
| HSL | 179.46º | 0.46% | 0.52% | - |
| HSV(B) | 179.46º | 0.59% | 0.74% | - |
| XYZ | 30.34 | 41.6 | 54.01 | - |
| YUV | 155.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 188 | 0.59 | 0 | 0.01 | 0.26 | 179.46 | 0.46 | 0.52 |
| Hex | 4D | BD | BC | 3B | 0 | 1 | 1A | B3 | 2E | 34 |
| Octal | 115 | 275 | 274 | 73 | 0 | 1 | 32 | 263 | 56 | 64 |
| Binary | 1001101 | 10111101 | 10111100 | 111011 | 0 | 1 | 11010 | 10110011 | 101110 | 110100 |
Color Harmonies of #4DBDBC
Complementary color
Monochromatic Colors of #4DBDBC
Black with #4DBDBC
Text Example
Text Example
White with #4DBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDBC; }
p { color: rgb(77,189,188); }
H1.HeaderClassName
{
color: #4DBDBC;
}
.AnyTagClassName
{
color: #4DBDBC;
}
</style>
background-color css
<style>
a { background-color: #4DBDBC; }
a { background-color: rgb(77,189,188); }
div.DivClassName
{
background-color: #4DBDBC;
}
.BgClassName
{
background-color: #4DBDBC;
}
</style>
border-color css
<style>
span { border-color: #4DBDBC; }
span { border-color: rgb(77,189,188); }
td.TdClassName
{
border-color: #4DBDBC;
}
.TagClassName
{
border-color: #4DBDBC;
}
</style>