Shades of Viking #4DB4BE
Tints of Viking #4DB4BE
RGB
CMYK
RGB Variations
Color information
#4DB4BE (or 0x4DB4BE) is known color: Viking. HEX triplet: 4D, B4 and BE. RGB value is (77,180,190). Sum of RGB (Red+Green+Blue) = 77+180+190=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB4BE is #B24B41. Grayscale: #969696. Windows color (decimal): -11684674 or 12497997. OLE color: 12497997.
HSL color Cylindrical-coordinate representation of color #4DB4BE: hue angle of 185.31º 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 #4DB4BE is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 180 | 190 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.25 |
| HSL | 185.31º | 0.47% | 0.52% | - |
| HSV(B) | 185.31º | 0.59% | 0.75% | - |
| XYZ | 28.68 | 37.94 | 54.53 | - |
| YUV | 150.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 190 | 0.59 | 0.05 | 0 | 0.25 | 185.31 | 0.47 | 0.52 |
| Hex | 4D | B4 | BE | 3B | 5 | 0 | 19 | B9 | 2F | 34 |
| Octal | 115 | 264 | 276 | 73 | 5 | 0 | 31 | 271 | 57 | 64 |
| Binary | 1001101 | 10110100 | 10111110 | 111011 | 101 | 0 | 11001 | 10111001 | 101111 | 110100 |
Color Harmonies of #4DB4BE
Complementary color
Monochromatic Colors of #4DB4BE
Black with #4DB4BE
Text Example
Text Example
White with #4DB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB4BE; }
p { color: rgb(77,180,190); }
H1.HeaderClassName
{
color: #4DB4BE;
}
.AnyTagClassName
{
color: #4DB4BE;
}
</style>
background-color css
<style>
a { background-color: #4DB4BE; }
a { background-color: rgb(77,180,190); }
div.DivClassName
{
background-color: #4DB4BE;
}
.BgClassName
{
background-color: #4DB4BE;
}
</style>
border-color css
<style>
span { border-color: #4DB4BE; }
span { border-color: rgb(77,180,190); }
td.TdClassName
{
border-color: #4DB4BE;
}
.TagClassName
{
border-color: #4DB4BE;
}
</style>