Shades of Viking #4DBDC9
Tints of Viking #4DBDC9
RGB
CMYK
RGB Variations
Color information
#4DBDC9 (or 0x4DBDC9) is known color: Viking. HEX triplet: 4D, BD and C9. RGB value is (77,189,201). Sum of RGB (Red+Green+Blue) = 77+189+201=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #4DBDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDC9 is #B24236. Grayscale: #9C9C9C. Windows color (decimal): -11682359 or 13221197. OLE color: 13221197.
HSL color Cylindrical-coordinate representation of color #4DBDC9: hue angle of 185.81º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DBDC9 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 189 | 201 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.21 |
| HSL | 185.81º | 0.53% | 0.55% | - |
| HSV(B) | 185.81º | 0.62% | 0.79% | - |
| XYZ | 31.8 | 42.19 | 61.73 | - |
| YUV | 156.88 | 152.89 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 201 | 0.62 | 0.06 | 0 | 0.21 | 185.81 | 0.53 | 0.55 |
| Hex | 4D | BD | C9 | 3E | 6 | 0 | 15 | BA | 35 | 37 |
| Octal | 115 | 275 | 311 | 76 | 6 | 0 | 25 | 272 | 65 | 67 |
| Binary | 1001101 | 10111101 | 11001001 | 111110 | 110 | 0 | 10101 | 10111010 | 110101 | 110111 |
Color Harmonies of #4DBDC9
Complementary color
Monochromatic Colors of #4DBDC9
Black with #4DBDC9
Text Example
Text Example
White with #4DBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDC9; }
p { color: rgb(77,189,201); }
H1.HeaderClassName
{
color: #4DBDC9;
}
.AnyTagClassName
{
color: #4DBDC9;
}
</style>
background-color css
<style>
a { background-color: #4DBDC9; }
a { background-color: rgb(77,189,201); }
div.DivClassName
{
background-color: #4DBDC9;
}
.BgClassName
{
background-color: #4DBDC9;
}
</style>
border-color css
<style>
span { border-color: #4DBDC9; }
span { border-color: rgb(77,189,201); }
td.TdClassName
{
border-color: #4DBDC9;
}
.TagClassName
{
border-color: #4DBDC9;
}
</style>