Shades of Viking #4DABC1
Tints of Viking #4DABC1
RGB
CMYK
RGB Variations
Color information
#4DABC1 (or 0x4DABC1) is known color: Viking. HEX triplet: 4D, AB and C1. RGB value is (77,171,193). Sum of RGB (Red+Green+Blue) = 77+171+193=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABC1 is #B2543E. Grayscale: #919191. Windows color (decimal): -11686975 or 12692301. OLE color: 12692301.
HSL color Cylindrical-coordinate representation of color #4DABC1: hue angle of 191.38º 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 #4DABC1 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 171 | 193 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.24 |
| HSL | 191.38º | 0.48% | 0.53% | - |
| HSV(B) | 191.38º | 0.6% | 0.76% | - |
| XYZ | 27.25 | 34.55 | 55.69 | - |
| YUV | 145.4 | 154.86 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 193 | 0.60 | 0.11 | 0 | 0.24 | 191.38 | 0.48 | 0.53 |
| Hex | 4D | AB | C1 | 3C | B | 0 | 18 | BF | 30 | 35 |
| Octal | 115 | 253 | 301 | 74 | 13 | 0 | 30 | 277 | 60 | 65 |
| Binary | 1001101 | 10101011 | 11000001 | 111100 | 1011 | 0 | 11000 | 10111111 | 110000 | 110101 |
Color Harmonies of #4DABC1
Complementary color
Monochromatic Colors of #4DABC1
Black with #4DABC1
Text Example
Text Example
White with #4DABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABC1; }
p { color: rgb(77,171,193); }
H1.HeaderClassName
{
color: #4DABC1;
}
.AnyTagClassName
{
color: #4DABC1;
}
</style>
background-color css
<style>
a { background-color: #4DABC1; }
a { background-color: rgb(77,171,193); }
div.DivClassName
{
background-color: #4DABC1;
}
.BgClassName
{
background-color: #4DABC1;
}
</style>
border-color css
<style>
span { border-color: #4DABC1; }
span { border-color: rgb(77,171,193); }
td.TdClassName
{
border-color: #4DABC1;
}
.TagClassName
{
border-color: #4DABC1;
}
</style>