Shades of Viking #4DB7BE
Tints of Viking #4DB7BE
RGB
CMYK
RGB Variations
Color information
#4DB7BE (or 0x4DB7BE) is known color: Viking. HEX triplet: 4D, B7 and BE. RGB value is (77,183,190). Sum of RGB (Red+Green+Blue) = 77+183+190=450 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.11% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB7BE is #B24841. Grayscale: #979797. Windows color (decimal): -11683906 or 12498765. OLE color: 12498765.
HSL color Cylindrical-coordinate representation of color #4DB7BE: hue angle of 183.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB7BE is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 183 | 190 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.25 |
| HSL | 183.72º | 0.47% | 0.52% | - |
| HSV(B) | 183.72º | 0.59% | 0.75% | - |
| XYZ | 29.29 | 39.16 | 54.73 | - |
| YUV | 152.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 190 | 0.59 | 0.04 | 0 | 0.25 | 183.72 | 0.47 | 0.52 |
| Hex | 4D | B7 | BE | 3B | 4 | 0 | 19 | B8 | 2F | 34 |
| Octal | 115 | 267 | 276 | 73 | 4 | 0 | 31 | 270 | 57 | 64 |
| Binary | 1001101 | 10110111 | 10111110 | 111011 | 100 | 0 | 11001 | 10111000 | 101111 | 110100 |
Color Harmonies of #4DB7BE
Complementary color
Monochromatic Colors of #4DB7BE
Black with #4DB7BE
Text Example
Text Example
White with #4DB7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB7BE; }
p { color: rgb(77,183,190); }
H1.HeaderClassName
{
color: #4DB7BE;
}
.AnyTagClassName
{
color: #4DB7BE;
}
</style>
background-color css
<style>
a { background-color: #4DB7BE; }
a { background-color: rgb(77,183,190); }
div.DivClassName
{
background-color: #4DB7BE;
}
.BgClassName
{
background-color: #4DB7BE;
}
</style>
border-color css
<style>
span { border-color: #4DB7BE; }
span { border-color: rgb(77,183,190); }
td.TdClassName
{
border-color: #4DB7BE;
}
.TagClassName
{
border-color: #4DB7BE;
}
</style>