Shades of Viking #4DBDC6
Tints of Viking #4DBDC6
RGB
CMYK
RGB Variations
Color information
#4DBDC6 (or 0x4DBDC6) is known color: Viking. HEX triplet: 4D, BD and C6. RGB value is (77,189,198). Sum of RGB (Red+Green+Blue) = 77+189+198=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #4DBDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDC6 is #B24239. Grayscale: #9C9C9C. Windows color (decimal): -11682362 or 13024589. OLE color: 13024589.
HSL color Cylindrical-coordinate representation of color #4DBDC6: hue angle of 184.46º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DBDC6 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 189 | 198 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.22 |
| HSL | 184.46º | 0.51% | 0.54% | - |
| HSV(B) | 184.46º | 0.61% | 0.78% | - |
| XYZ | 31.45 | 42.05 | 59.88 | - |
| YUV | 156.54 | 151.39 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 198 | 0.61 | 0.05 | 0 | 0.22 | 184.46 | 0.51 | 0.54 |
| Hex | 4D | BD | C6 | 3D | 5 | 0 | 16 | B8 | 33 | 36 |
| Octal | 115 | 275 | 306 | 75 | 5 | 0 | 26 | 270 | 63 | 66 |
| Binary | 1001101 | 10111101 | 11000110 | 111101 | 101 | 0 | 10110 | 10111000 | 110011 | 110110 |
Color Harmonies of #4DBDC6
Complementary color
Monochromatic Colors of #4DBDC6
Black with #4DBDC6
Text Example
Text Example
White with #4DBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDC6; }
p { color: rgb(77,189,198); }
H1.HeaderClassName
{
color: #4DBDC6;
}
.AnyTagClassName
{
color: #4DBDC6;
}
</style>
background-color css
<style>
a { background-color: #4DBDC6; }
a { background-color: rgb(77,189,198); }
div.DivClassName
{
background-color: #4DBDC6;
}
.BgClassName
{
background-color: #4DBDC6;
}
</style>
border-color css
<style>
span { border-color: #4DBDC6; }
span { border-color: rgb(77,189,198); }
td.TdClassName
{
border-color: #4DBDC6;
}
.TagClassName
{
border-color: #4DBDC6;
}
</style>