Shades of Viking #4DB6B5
Tints of Viking #4DB6B5
RGB
CMYK
RGB Variations
Color information
#4DB6B5 (or 0x4DB6B5) is known color: Viking. HEX triplet: 4D, B6 and B5. RGB value is (77,182,181). Sum of RGB (Red+Green+Blue) = 77+182+181=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6B5 is #B2494A. Grayscale: #969696. Windows color (decimal): -11684171 or 11908685. OLE color: 11908685.
HSL color Cylindrical-coordinate representation of color #4DB6B5: hue angle of 179.43º 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 #4DB6B5 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 181 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.29 |
| HSL | 179.43º | 0.42% | 0.51% | - |
| HSV(B) | 179.43º | 0.58% | 0.71% | - |
| XYZ | 28.13 | 38.37 | 49.64 | - |
| YUV | 150.49 | 145.21 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 181 | 0.58 | 0 | 0.01 | 0.29 | 179.43 | 0.42 | 0.51 |
| Hex | 4D | B6 | B5 | 3A | 0 | 1 | 1D | B3 | 2A | 33 |
| Octal | 115 | 266 | 265 | 72 | 0 | 1 | 35 | 263 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10110101 | 111010 | 0 | 1 | 11101 | 10110011 | 101010 | 110011 |
Color Harmonies of #4DB6B5
Complementary color
Monochromatic Colors of #4DB6B5
Black with #4DB6B5
Text Example
Text Example
White with #4DB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB6B5; }
p { color: rgb(77,182,181); }
H1.HeaderClassName
{
color: #4DB6B5;
}
.AnyTagClassName
{
color: #4DB6B5;
}
</style>
background-color css
<style>
a { background-color: #4DB6B5; }
a { background-color: rgb(77,182,181); }
div.DivClassName
{
background-color: #4DB6B5;
}
.BgClassName
{
background-color: #4DB6B5;
}
</style>
border-color css
<style>
span { border-color: #4DB6B5; }
span { border-color: rgb(77,182,181); }
td.TdClassName
{
border-color: #4DB6B5;
}
.TagClassName
{
border-color: #4DB6B5;
}
</style>