Shades of Viking #4DBBB7
Tints of Viking #4DBBB7
RGB
CMYK
RGB Variations
Color information
#4DBBB7 (or 0x4DBBB7) is known color: Viking. HEX triplet: 4D, BB and B7. RGB value is (77,187,183). Sum of RGB (Red+Green+Blue) = 77+187+183=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBB7 is #B24448. Grayscale: #999999. Windows color (decimal): -11682889 or 12041037. OLE color: 12041037.
HSL color Cylindrical-coordinate representation of color #4DBBB7: hue angle of 177.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBBB7 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 183 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.27 |
| HSL | 177.82º | 0.45% | 0.52% | - |
| HSV(B) | 177.82º | 0.59% | 0.73% | - |
| XYZ | 29.38 | 40.54 | 51.08 | - |
| YUV | 153.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 183 | 0.59 | 0 | 0.02 | 0.27 | 177.82 | 0.45 | 0.52 |
| Hex | 4D | BB | B7 | 3B | 0 | 2 | 1B | B2 | 2D | 34 |
| Octal | 115 | 273 | 267 | 73 | 0 | 2 | 33 | 262 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10110111 | 111011 | 0 | 10 | 11011 | 10110010 | 101101 | 110100 |
Color Harmonies of #4DBBB7
Complementary color
Monochromatic Colors of #4DBBB7
Black with #4DBBB7
Text Example
Text Example
White with #4DBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBB7; }
p { color: rgb(77,187,183); }
H1.HeaderClassName
{
color: #4DBBB7;
}
.AnyTagClassName
{
color: #4DBBB7;
}
</style>
background-color css
<style>
a { background-color: #4DBBB7; }
a { background-color: rgb(77,187,183); }
div.DivClassName
{
background-color: #4DBBB7;
}
.BgClassName
{
background-color: #4DBBB7;
}
</style>
border-color css
<style>
span { border-color: #4DBBB7; }
span { border-color: rgb(77,187,183); }
td.TdClassName
{
border-color: #4DBBB7;
}
.TagClassName
{
border-color: #4DBBB7;
}
</style>