Shades of Viking #4DB2BF
Tints of Viking #4DB2BF
RGB
CMYK
RGB Variations
Color information
#4DB2BF (or 0x4DB2BF) is known color: Viking. HEX triplet: 4D, B2 and BF. RGB value is (77,178,191). Sum of RGB (Red+Green+Blue) = 77+178+191=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DB2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB2BF is #B24D40. Grayscale: #959595. Windows color (decimal): -11685185 or 12563021. OLE color: 12563021.
HSL color Cylindrical-coordinate representation of color #4DB2BF: hue angle of 186.84º 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 #4DB2BF is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 178 | 191 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.25 |
| HSL | 186.84º | 0.47% | 0.53% | - |
| HSV(B) | 186.84º | 0.6% | 0.75% | - |
| XYZ | 28.38 | 37.18 | 54.97 | - |
| YUV | 149.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 191 | 0.60 | 0.07 | 0 | 0.25 | 186.84 | 0.47 | 0.53 |
| Hex | 4D | B2 | BF | 3C | 7 | 0 | 19 | BB | 2F | 35 |
| Octal | 115 | 262 | 277 | 74 | 7 | 0 | 31 | 273 | 57 | 65 |
| Binary | 1001101 | 10110010 | 10111111 | 111100 | 111 | 0 | 11001 | 10111011 | 101111 | 110101 |
Color Harmonies of #4DB2BF
Complementary color
Monochromatic Colors of #4DB2BF
Black with #4DB2BF
Text Example
Text Example
White with #4DB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB2BF; }
p { color: rgb(77,178,191); }
H1.HeaderClassName
{
color: #4DB2BF;
}
.AnyTagClassName
{
color: #4DB2BF;
}
</style>
background-color css
<style>
a { background-color: #4DB2BF; }
a { background-color: rgb(77,178,191); }
div.DivClassName
{
background-color: #4DB2BF;
}
.BgClassName
{
background-color: #4DB2BF;
}
</style>
border-color css
<style>
span { border-color: #4DB2BF; }
span { border-color: rgb(77,178,191); }
td.TdClassName
{
border-color: #4DB2BF;
}
.TagClassName
{
border-color: #4DB2BF;
}
</style>