Shades of Viking #4DB5BF
Tints of Viking #4DB5BF
RGB
CMYK
RGB Variations
Color information
#4DB5BF (or 0x4DB5BF) is known color: Viking. HEX triplet: 4D, B5 and BF. RGB value is (77,181,191). Sum of RGB (Red+Green+Blue) = 77+181+191=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DB5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB5BF is #B24A40. Grayscale: #969696. Windows color (decimal): -11684417 or 12563789. OLE color: 12563789.
HSL color Cylindrical-coordinate representation of color #4DB5BF: hue angle of 185.26º 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 #4DB5BF is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 181 | 191 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.25 |
| HSL | 185.26º | 0.47% | 0.53% | - |
| HSV(B) | 185.26º | 0.6% | 0.75% | - |
| XYZ | 28.99 | 38.39 | 55.17 | - |
| YUV | 151.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 191 | 0.60 | 0.05 | 0 | 0.25 | 185.26 | 0.47 | 0.53 |
| Hex | 4D | B5 | BF | 3C | 5 | 0 | 19 | B9 | 2F | 35 |
| Octal | 115 | 265 | 277 | 74 | 5 | 0 | 31 | 271 | 57 | 65 |
| Binary | 1001101 | 10110101 | 10111111 | 111100 | 101 | 0 | 11001 | 10111001 | 101111 | 110101 |
Color Harmonies of #4DB5BF
Complementary color
Monochromatic Colors of #4DB5BF
Black with #4DB5BF
Text Example
Text Example
White with #4DB5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5BF; }
p { color: rgb(77,181,191); }
H1.HeaderClassName
{
color: #4DB5BF;
}
.AnyTagClassName
{
color: #4DB5BF;
}
</style>
background-color css
<style>
a { background-color: #4DB5BF; }
a { background-color: rgb(77,181,191); }
div.DivClassName
{
background-color: #4DB5BF;
}
.BgClassName
{
background-color: #4DB5BF;
}
</style>
border-color css
<style>
span { border-color: #4DB5BF; }
span { border-color: rgb(77,181,191); }
td.TdClassName
{
border-color: #4DB5BF;
}
.TagClassName
{
border-color: #4DB5BF;
}
</style>