Shades of Viking #4DB7CF
Tints of Viking #4DB7CF
RGB
CMYK
RGB Variations
Color information
#4DB7CF (or 0x4DB7CF) is known color: Viking. HEX triplet: 4D, B7 and CF. RGB value is (77,183,207). Sum of RGB (Red+Green+Blue) = 77+183+207=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DB7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB7CF is #B24830. Grayscale: #999999. Windows color (decimal): -11683889 or 13612877. OLE color: 13612877.
HSL color Cylindrical-coordinate representation of color #4DB7CF: hue angle of 191.08º 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 #4DB7CF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 183 | 207 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.19 |
| HSL | 191.08º | 0.58% | 0.56% | - |
| HSV(B) | 191.08º | 0.63% | 0.81% | - |
| XYZ | 31.26 | 39.95 | 65.1 | - |
| YUV | 154.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 207 | 0.63 | 0.12 | 0 | 0.19 | 191.08 | 0.58 | 0.56 |
| Hex | 4D | B7 | CF | 3F | C | 0 | 13 | BF | 3A | 38 |
| Octal | 115 | 267 | 317 | 77 | 14 | 0 | 23 | 277 | 72 | 70 |
| Binary | 1001101 | 10110111 | 11001111 | 111111 | 1100 | 0 | 10011 | 10111111 | 111010 | 111000 |
Color Harmonies of #4DB7CF
Complementary color
Monochromatic Colors of #4DB7CF
Black with #4DB7CF
Text Example
Text Example
White with #4DB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB7CF; }
p { color: rgb(77,183,207); }
H1.HeaderClassName
{
color: #4DB7CF;
}
.AnyTagClassName
{
color: #4DB7CF;
}
</style>
background-color css
<style>
a { background-color: #4DB7CF; }
a { background-color: rgb(77,183,207); }
div.DivClassName
{
background-color: #4DB7CF;
}
.BgClassName
{
background-color: #4DB7CF;
}
</style>
border-color css
<style>
span { border-color: #4DB7CF; }
span { border-color: rgb(77,183,207); }
td.TdClassName
{
border-color: #4DB7CF;
}
.TagClassName
{
border-color: #4DB7CF;
}
</style>