Shades of Viking #4DBBBD
Tints of Viking #4DBBBD
RGB
CMYK
RGB Variations
Color information
#4DBBBD (or 0x4DBBBD) is known color: Viking. HEX triplet: 4D, BB and BD. RGB value is (77,187,189). Sum of RGB (Red+Green+Blue) = 77+187+189=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #4DBBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBBD is #B24442. Grayscale: #9A9A9A. Windows color (decimal): -11682883 or 12434253. OLE color: 12434253.
HSL color Cylindrical-coordinate representation of color #4DBBBD: hue angle of 181.07º degrees, saturation: 0.46, 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 #4DBBBD is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 187 | 189 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.26 |
| HSL | 181.07º | 0.46% | 0.52% | - |
| HSV(B) | 181.07º | 0.59% | 0.74% | - |
| XYZ | 30.02 | 40.79 | 54.44 | - |
| YUV | 154.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 189 | 0.59 | 0.01 | 0 | 0.26 | 181.07 | 0.46 | 0.52 |
| Hex | 4D | BB | BD | 3B | 1 | 0 | 1A | B5 | 2E | 34 |
| Octal | 115 | 273 | 275 | 73 | 1 | 0 | 32 | 265 | 56 | 64 |
| Binary | 1001101 | 10111011 | 10111101 | 111011 | 1 | 0 | 11010 | 10110101 | 101110 | 110100 |
Color Harmonies of #4DBBBD
Complementary color
Monochromatic Colors of #4DBBBD
Black with #4DBBBD
Text Example
Text Example
White with #4DBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBBD; }
p { color: rgb(77,187,189); }
H1.HeaderClassName
{
color: #4DBBBD;
}
.AnyTagClassName
{
color: #4DBBBD;
}
</style>
background-color css
<style>
a { background-color: #4DBBBD; }
a { background-color: rgb(77,187,189); }
div.DivClassName
{
background-color: #4DBBBD;
}
.BgClassName
{
background-color: #4DBBBD;
}
</style>
border-color css
<style>
span { border-color: #4DBBBD; }
span { border-color: rgb(77,187,189); }
td.TdClassName
{
border-color: #4DBBBD;
}
.TagClassName
{
border-color: #4DBBBD;
}
</style>