Shades of Viking #4DB0C1
Tints of Viking #4DB0C1
RGB
CMYK
RGB Variations
Color information
#4DB0C1 (or 0x4DB0C1) is known color: Viking. HEX triplet: 4D, B0 and C1. RGB value is (77,176,193). Sum of RGB (Red+Green+Blue) = 77+176+193=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DB0C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0C1 is #B24F3E. Grayscale: #949494. Windows color (decimal): -11685695 or 12693581. OLE color: 12693581.
HSL color Cylindrical-coordinate representation of color #4DB0C1: hue angle of 188.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DB0C1 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 176 | 193 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.24 |
| HSL | 188.79º | 0.48% | 0.53% | - |
| HSV(B) | 188.79º | 0.6% | 0.76% | - |
| XYZ | 28.21 | 36.48 | 56.01 | - |
| YUV | 148.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 193 | 0.60 | 0.09 | 0 | 0.24 | 188.79 | 0.48 | 0.53 |
| Hex | 4D | B0 | C1 | 3C | 9 | 0 | 18 | BD | 30 | 35 |
| Octal | 115 | 260 | 301 | 74 | 11 | 0 | 30 | 275 | 60 | 65 |
| Binary | 1001101 | 10110000 | 11000001 | 111100 | 1001 | 0 | 11000 | 10111101 | 110000 | 110101 |
Color Harmonies of #4DB0C1
Complementary color
Monochromatic Colors of #4DB0C1
Black with #4DB0C1
Text Example
Text Example
White with #4DB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0C1; }
p { color: rgb(77,176,193); }
H1.HeaderClassName
{
color: #4DB0C1;
}
.AnyTagClassName
{
color: #4DB0C1;
}
</style>
background-color css
<style>
a { background-color: #4DB0C1; }
a { background-color: rgb(77,176,193); }
div.DivClassName
{
background-color: #4DB0C1;
}
.BgClassName
{
background-color: #4DB0C1;
}
</style>
border-color css
<style>
span { border-color: #4DB0C1; }
span { border-color: rgb(77,176,193); }
td.TdClassName
{
border-color: #4DB0C1;
}
.TagClassName
{
border-color: #4DB0C1;
}
</style>