Shades of Viking #4DB0CF
Tints of Viking #4DB0CF
RGB
CMYK
RGB Variations
Color information
#4DB0CF (or 0x4DB0CF) is known color: Viking. HEX triplet: 4D, B0 and CF. RGB value is (77,176,207). Sum of RGB (Red+Green+Blue) = 77+176+207=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DB0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0CF is #B24F30. Grayscale: #959595. Windows color (decimal): -11685681 or 13611085. OLE color: 13611085.
HSL color Cylindrical-coordinate representation of color #4DB0CF: hue angle of 194.31º 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 #4DB0CF is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 176 | 207 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.19 |
| HSL | 194.31º | 0.58% | 0.56% | - |
| HSV(B) | 194.31º | 0.63% | 0.81% | - |
| XYZ | 29.85 | 37.13 | 64.63 | - |
| YUV | 149.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 207 | 0.63 | 0.15 | 0 | 0.19 | 194.31 | 0.58 | 0.56 |
| Hex | 4D | B0 | CF | 3F | F | 0 | 13 | C2 | 3A | 38 |
| Octal | 115 | 260 | 317 | 77 | 17 | 0 | 23 | 302 | 72 | 70 |
| Binary | 1001101 | 10110000 | 11001111 | 111111 | 1111 | 0 | 10011 | 11000010 | 111010 | 111000 |
Color Harmonies of #4DB0CF
Complementary color
Monochromatic Colors of #4DB0CF
Black with #4DB0CF
Text Example
Text Example
White with #4DB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0CF; }
p { color: rgb(77,176,207); }
H1.HeaderClassName
{
color: #4DB0CF;
}
.AnyTagClassName
{
color: #4DB0CF;
}
</style>
background-color css
<style>
a { background-color: #4DB0CF; }
a { background-color: rgb(77,176,207); }
div.DivClassName
{
background-color: #4DB0CF;
}
.BgClassName
{
background-color: #4DB0CF;
}
</style>
border-color css
<style>
span { border-color: #4DB0CF; }
span { border-color: rgb(77,176,207); }
td.TdClassName
{
border-color: #4DB0CF;
}
.TagClassName
{
border-color: #4DB0CF;
}
</style>