Shades of Viking #4DB5BC
Tints of Viking #4DB5BC
RGB
CMYK
RGB Variations
Color information
#4DB5BC (or 0x4DB5BC) is known color: Viking. HEX triplet: 4D, B5 and BC. RGB value is (77,181,188). Sum of RGB (Red+Green+Blue) = 77+181+188=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DB5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB5BC is #B24A43. Grayscale: #969696. Windows color (decimal): -11684420 or 12367181. OLE color: 12367181.
HSL color Cylindrical-coordinate representation of color #4DB5BC: hue angle of 183.78º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB5BC is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 181 | 188 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.26 |
| HSL | 183.78º | 0.45% | 0.52% | - |
| HSV(B) | 183.78º | 0.59% | 0.74% | - |
| XYZ | 28.66 | 38.26 | 53.45 | - |
| YUV | 150.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 188 | 0.59 | 0.04 | 0 | 0.26 | 183.78 | 0.45 | 0.52 |
| Hex | 4D | B5 | BC | 3B | 4 | 0 | 1A | B8 | 2D | 34 |
| Octal | 115 | 265 | 274 | 73 | 4 | 0 | 32 | 270 | 55 | 64 |
| Binary | 1001101 | 10110101 | 10111100 | 111011 | 100 | 0 | 11010 | 10111000 | 101101 | 110100 |
Color Harmonies of #4DB5BC
Complementary color
Monochromatic Colors of #4DB5BC
Black with #4DB5BC
Text Example
Text Example
White with #4DB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5BC; }
p { color: rgb(77,181,188); }
H1.HeaderClassName
{
color: #4DB5BC;
}
.AnyTagClassName
{
color: #4DB5BC;
}
</style>
background-color css
<style>
a { background-color: #4DB5BC; }
a { background-color: rgb(77,181,188); }
div.DivClassName
{
background-color: #4DB5BC;
}
.BgClassName
{
background-color: #4DB5BC;
}
</style>
border-color css
<style>
span { border-color: #4DB5BC; }
span { border-color: rgb(77,181,188); }
td.TdClassName
{
border-color: #4DB5BC;
}
.TagClassName
{
border-color: #4DB5BC;
}
</style>