Shades of Viking #4DACBF
Tints of Viking #4DACBF
RGB
CMYK
RGB Variations
Color information
#4DACBF (or 0x4DACBF) is known color: Viking. HEX triplet: 4D, AC and BF. RGB value is (77,172,191). Sum of RGB (Red+Green+Blue) = 77+172+191=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACBF is #B25340. Grayscale: #919191. Windows color (decimal): -11686721 or 12561485. OLE color: 12561485.
HSL color Cylindrical-coordinate representation of color #4DACBF: hue angle of 190º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DACBF is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 172 | 191 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.25 |
| HSL | 190º | 0.47% | 0.53% | - |
| HSV(B) | 190º | 0.6% | 0.75% | - |
| XYZ | 27.22 | 34.84 | 54.58 | - |
| YUV | 145.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 191 | 0.60 | 0.10 | 0 | 0.25 | 190 | 0.47 | 0.53 |
| Hex | 4D | AC | BF | 3C | A | 0 | 19 | BE | 2F | 35 |
| Octal | 115 | 254 | 277 | 74 | 12 | 0 | 31 | 276 | 57 | 65 |
| Binary | 1001101 | 10101100 | 10111111 | 111100 | 1010 | 0 | 11001 | 10111110 | 101111 | 110101 |
Color Harmonies of #4DACBF
Complementary color
Monochromatic Colors of #4DACBF
Black with #4DACBF
Text Example
Text Example
White with #4DACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACBF; }
p { color: rgb(77,172,191); }
H1.HeaderClassName
{
color: #4DACBF;
}
.AnyTagClassName
{
color: #4DACBF;
}
</style>
background-color css
<style>
a { background-color: #4DACBF; }
a { background-color: rgb(77,172,191); }
div.DivClassName
{
background-color: #4DACBF;
}
.BgClassName
{
background-color: #4DACBF;
}
</style>
border-color css
<style>
span { border-color: #4DACBF; }
span { border-color: rgb(77,172,191); }
td.TdClassName
{
border-color: #4DACBF;
}
.TagClassName
{
border-color: #4DACBF;
}
</style>