Shades of Viking #4DBFCD
Tints of Viking #4DBFCD
RGB
CMYK
RGB Variations
Color information
#4DBFCD (or 0x4DBFCD) is known color: Viking. HEX triplet: 4D, BF and CD. RGB value is (77,191,205). Sum of RGB (Red+Green+Blue) = 77+191+205=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBFCD is #B24032. Grayscale: #9E9E9E. Windows color (decimal): -11681843 or 13483853. OLE color: 13483853.
HSL color Cylindrical-coordinate representation of color #4DBFCD: hue angle of 186.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DBFCD is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 191 | 205 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.20 |
| HSL | 186.56º | 0.56% | 0.55% | - |
| HSV(B) | 186.56º | 0.62% | 0.8% | - |
| XYZ | 32.71 | 43.25 | 64.38 | - |
| YUV | 158.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 205 | 0.62 | 0.07 | 0 | 0.20 | 186.56 | 0.56 | 0.55 |
| Hex | 4D | BF | CD | 3E | 7 | 0 | 14 | BB | 38 | 37 |
| Octal | 115 | 277 | 315 | 76 | 7 | 0 | 24 | 273 | 70 | 67 |
| Binary | 1001101 | 10111111 | 11001101 | 111110 | 111 | 0 | 10100 | 10111011 | 111000 | 110111 |
Color Harmonies of #4DBFCD
Complementary color
Monochromatic Colors of #4DBFCD
Black with #4DBFCD
Text Example
Text Example
White with #4DBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFCD; }
p { color: rgb(77,191,205); }
H1.HeaderClassName
{
color: #4DBFCD;
}
.AnyTagClassName
{
color: #4DBFCD;
}
</style>
background-color css
<style>
a { background-color: #4DBFCD; }
a { background-color: rgb(77,191,205); }
div.DivClassName
{
background-color: #4DBFCD;
}
.BgClassName
{
background-color: #4DBFCD;
}
</style>
border-color css
<style>
span { border-color: #4DBFCD; }
span { border-color: rgb(77,191,205); }
td.TdClassName
{
border-color: #4DBFCD;
}
.TagClassName
{
border-color: #4DBFCD;
}
</style>