Shades of Viking #4DBFCF
Tints of Viking #4DBFCF
RGB
CMYK
RGB Variations
Color information
#4DBFCF (or 0x4DBFCF) is known color: Viking. HEX triplet: 4D, BF and CF. RGB value is (77,191,207). Sum of RGB (Red+Green+Blue) = 77+191+207=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DBFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBFCF is #B24030. Grayscale: #9E9E9E. Windows color (decimal): -11681841 or 13614925. OLE color: 13614925.
HSL color Cylindrical-coordinate representation of color #4DBFCF: hue angle of 187.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DBFCF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 191 | 207 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.19 |
| HSL | 187.38º | 0.58% | 0.56% | - |
| HSV(B) | 187.38º | 0.63% | 0.81% | - |
| XYZ | 32.95 | 43.34 | 65.66 | - |
| YUV | 158.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 207 | 0.63 | 0.08 | 0 | 0.19 | 187.38 | 0.58 | 0.56 |
| Hex | 4D | BF | CF | 3F | 8 | 0 | 13 | BB | 3A | 38 |
| Octal | 115 | 277 | 317 | 77 | 10 | 0 | 23 | 273 | 72 | 70 |
| Binary | 1001101 | 10111111 | 11001111 | 111111 | 1000 | 0 | 10011 | 10111011 | 111010 | 111000 |
Color Harmonies of #4DBFCF
Complementary color
Monochromatic Colors of #4DBFCF
Black with #4DBFCF
Text Example
Text Example
White with #4DBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFCF; }
p { color: rgb(77,191,207); }
H1.HeaderClassName
{
color: #4DBFCF;
}
.AnyTagClassName
{
color: #4DBFCF;
}
</style>
background-color css
<style>
a { background-color: #4DBFCF; }
a { background-color: rgb(77,191,207); }
div.DivClassName
{
background-color: #4DBFCF;
}
.BgClassName
{
background-color: #4DBFCF;
}
</style>
border-color css
<style>
span { border-color: #4DBFCF; }
span { border-color: rgb(77,191,207); }
td.TdClassName
{
border-color: #4DBFCF;
}
.TagClassName
{
border-color: #4DBFCF;
}
</style>