Shades of Viking #4DBFC9
Tints of Viking #4DBFC9
RGB
CMYK
RGB Variations
Color information
#4DBFC9 (or 0x4DBFC9) is known color: Viking. HEX triplet: 4D, BF and C9. RGB value is (77,191,201). Sum of RGB (Red+Green+Blue) = 77+191+201=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #4DBFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBFC9 is #B24036. Grayscale: #9D9D9D. Windows color (decimal): -11681847 or 13221709. OLE color: 13221709.
HSL color Cylindrical-coordinate representation of color #4DBFC9: hue angle of 184.84º 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 #4DBFC9 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 191 | 201 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.21 |
| HSL | 184.84º | 0.53% | 0.55% | - |
| HSV(B) | 184.84º | 0.62% | 0.79% | - |
| XYZ | 32.23 | 43.06 | 61.87 | - |
| YUV | 158.05 | 152.23 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 201 | 0.62 | 0.05 | 0 | 0.21 | 184.84 | 0.53 | 0.55 |
| Hex | 4D | BF | C9 | 3E | 5 | 0 | 15 | B9 | 35 | 37 |
| Octal | 115 | 277 | 311 | 76 | 5 | 0 | 25 | 271 | 65 | 67 |
| Binary | 1001101 | 10111111 | 11001001 | 111110 | 101 | 0 | 10101 | 10111001 | 110101 | 110111 |
Color Harmonies of #4DBFC9
Complementary color
Monochromatic Colors of #4DBFC9
Black with #4DBFC9
Text Example
Text Example
White with #4DBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFC9; }
p { color: rgb(77,191,201); }
H1.HeaderClassName
{
color: #4DBFC9;
}
.AnyTagClassName
{
color: #4DBFC9;
}
</style>
background-color css
<style>
a { background-color: #4DBFC9; }
a { background-color: rgb(77,191,201); }
div.DivClassName
{
background-color: #4DBFC9;
}
.BgClassName
{
background-color: #4DBFC9;
}
</style>
border-color css
<style>
span { border-color: #4DBFC9; }
span { border-color: rgb(77,191,201); }
td.TdClassName
{
border-color: #4DBFC9;
}
.TagClassName
{
border-color: #4DBFC9;
}
</style>