Shades of Viking #4DB5BE
Tints of Viking #4DB5BE
RGB
CMYK
RGB Variations
Color information
#4DB5BE (or 0x4DB5BE) is known color: Viking. HEX triplet: 4D, B5 and BE. RGB value is (77,181,190). Sum of RGB (Red+Green+Blue) = 77+181+190=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB5BE is #B24A41. Grayscale: #969696. Windows color (decimal): -11684418 or 12498253. OLE color: 12498253.
HSL color Cylindrical-coordinate representation of color #4DB5BE: hue angle of 184.78º 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 #4DB5BE is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 181 | 190 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.25 |
| HSL | 184.78º | 0.47% | 0.52% | - |
| HSV(B) | 184.78º | 0.59% | 0.75% | - |
| XYZ | 28.88 | 38.34 | 54.59 | - |
| YUV | 150.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 190 | 0.59 | 0.05 | 0 | 0.25 | 184.78 | 0.47 | 0.52 |
| Hex | 4D | B5 | BE | 3B | 5 | 0 | 19 | B9 | 2F | 34 |
| Octal | 115 | 265 | 276 | 73 | 5 | 0 | 31 | 271 | 57 | 64 |
| Binary | 1001101 | 10110101 | 10111110 | 111011 | 101 | 0 | 11001 | 10111001 | 101111 | 110100 |
Color Harmonies of #4DB5BE
Complementary color
Monochromatic Colors of #4DB5BE
Black with #4DB5BE
Text Example
Text Example
White with #4DB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5BE; }
p { color: rgb(77,181,190); }
H1.HeaderClassName
{
color: #4DB5BE;
}
.AnyTagClassName
{
color: #4DB5BE;
}
</style>
background-color css
<style>
a { background-color: #4DB5BE; }
a { background-color: rgb(77,181,190); }
div.DivClassName
{
background-color: #4DB5BE;
}
.BgClassName
{
background-color: #4DB5BE;
}
</style>
border-color css
<style>
span { border-color: #4DB5BE; }
span { border-color: rgb(77,181,190); }
td.TdClassName
{
border-color: #4DB5BE;
}
.TagClassName
{
border-color: #4DB5BE;
}
</style>