Shades of Viking #4DB4B6
Tints of Viking #4DB4B6
RGB
CMYK
RGB Variations
Color information
#4DB4B6 (or 0x4DB4B6) is known color: Viking. HEX triplet: 4D, B4 and B6. RGB value is (77,180,182). Sum of RGB (Red+Green+Blue) = 77+180+182=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 182 - color contains mainly: blue. Hex color #4DB4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB4B6 is #B24B49. Grayscale: #959595. Windows color (decimal): -11684682 or 11973709. OLE color: 11973709.
HSL color Cylindrical-coordinate representation of color #4DB4B6: hue angle of 181.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB4B6 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 182 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.29 |
| HSL | 181.14º | 0.42% | 0.51% | - |
| HSV(B) | 181.14º | 0.58% | 0.71% | - |
| XYZ | 27.83 | 37.6 | 50.05 | - |
| YUV | 149.43 | 146.38 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 182 | 0.58 | 0.01 | 0 | 0.29 | 181.14 | 0.42 | 0.51 |
| Hex | 4D | B4 | B6 | 3A | 1 | 0 | 1D | B5 | 2A | 33 |
| Octal | 115 | 264 | 266 | 72 | 1 | 0 | 35 | 265 | 52 | 63 |
| Binary | 1001101 | 10110100 | 10110110 | 111010 | 1 | 0 | 11101 | 10110101 | 101010 | 110011 |
Color Harmonies of #4DB4B6
Complementary color
Monochromatic Colors of #4DB4B6
Black with #4DB4B6
Text Example
Text Example
White with #4DB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB4B6; }
p { color: rgb(77,180,182); }
H1.HeaderClassName
{
color: #4DB4B6;
}
.AnyTagClassName
{
color: #4DB4B6;
}
</style>
background-color css
<style>
a { background-color: #4DB4B6; }
a { background-color: rgb(77,180,182); }
div.DivClassName
{
background-color: #4DB4B6;
}
.BgClassName
{
background-color: #4DB4B6;
}
</style>
border-color css
<style>
span { border-color: #4DB4B6; }
span { border-color: rgb(77,180,182); }
td.TdClassName
{
border-color: #4DB4B6;
}
.TagClassName
{
border-color: #4DB4B6;
}
</style>