Shades of Viking #4DBBBC
Tints of Viking #4DBBBC
RGB
CMYK
RGB Variations
Color information
#4DBBBC (or 0x4DBBBC) is known color: Viking. HEX triplet: 4D, BB and BC. RGB value is (77,187,188). Sum of RGB (Red+Green+Blue) = 77+187+188=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBBC is #B24443. Grayscale: #9A9A9A. Windows color (decimal): -11682884 or 12368717. OLE color: 12368717.
HSL color Cylindrical-coordinate representation of color #4DBBBC: hue angle of 180.54º 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 #4DBBBC is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 187 | 188 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.26 |
| HSL | 180.54º | 0.45% | 0.52% | - |
| HSV(B) | 180.54º | 0.59% | 0.74% | - |
| XYZ | 29.91 | 40.75 | 53.87 | - |
| YUV | 154.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 188 | 0.59 | 0.01 | 0 | 0.26 | 180.54 | 0.45 | 0.52 |
| Hex | 4D | BB | BC | 3B | 1 | 0 | 1A | B5 | 2D | 34 |
| Octal | 115 | 273 | 274 | 73 | 1 | 0 | 32 | 265 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10111100 | 111011 | 1 | 0 | 11010 | 10110101 | 101101 | 110100 |
Color Harmonies of #4DBBBC
Complementary color
Monochromatic Colors of #4DBBBC
Black with #4DBBBC
Text Example
Text Example
White with #4DBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBBC; }
p { color: rgb(77,187,188); }
H1.HeaderClassName
{
color: #4DBBBC;
}
.AnyTagClassName
{
color: #4DBBBC;
}
</style>
background-color css
<style>
a { background-color: #4DBBBC; }
a { background-color: rgb(77,187,188); }
div.DivClassName
{
background-color: #4DBBBC;
}
.BgClassName
{
background-color: #4DBBBC;
}
</style>
border-color css
<style>
span { border-color: #4DBBBC; }
span { border-color: rgb(77,187,188); }
td.TdClassName
{
border-color: #4DBBBC;
}
.TagClassName
{
border-color: #4DBBBC;
}
</style>