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