Shades of Viking #4DABC2
Tints of Viking #4DABC2
RGB
CMYK
RGB Variations
Color information
#4DABC2 (or 0x4DABC2) is known color: Viking. HEX triplet: 4D, AB and C2. RGB value is (77,171,194). Sum of RGB (Red+Green+Blue) = 77+171+194=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #4DABC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABC2 is #B2543D. Grayscale: #919191. Windows color (decimal): -11686974 or 12757837. OLE color: 12757837.
HSL color Cylindrical-coordinate representation of color #4DABC2: hue angle of 191.79º degrees, saturation: 0.49, 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 #4DABC2 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 171 | 194 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.24 |
| HSL | 191.79º | 0.49% | 0.53% | - |
| HSV(B) | 191.79º | 0.6% | 0.76% | - |
| XYZ | 27.36 | 34.6 | 56.28 | - |
| YUV | 145.52 | 155.36 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 194 | 0.60 | 0.12 | 0 | 0.24 | 191.79 | 0.49 | 0.53 |
| Hex | 4D | AB | C2 | 3C | C | 0 | 18 | C0 | 31 | 35 |
| Octal | 115 | 253 | 302 | 74 | 14 | 0 | 30 | 300 | 61 | 65 |
| Binary | 1001101 | 10101011 | 11000010 | 111100 | 1100 | 0 | 11000 | 11000000 | 110001 | 110101 |
Color Harmonies of #4DABC2
Complementary color
Monochromatic Colors of #4DABC2
Black with #4DABC2
Text Example
Text Example
White with #4DABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABC2; }
p { color: rgb(77,171,194); }
H1.HeaderClassName
{
color: #4DABC2;
}
.AnyTagClassName
{
color: #4DABC2;
}
</style>
background-color css
<style>
a { background-color: #4DABC2; }
a { background-color: rgb(77,171,194); }
div.DivClassName
{
background-color: #4DABC2;
}
.BgClassName
{
background-color: #4DABC2;
}
</style>
border-color css
<style>
span { border-color: #4DABC2; }
span { border-color: rgb(77,171,194); }
td.TdClassName
{
border-color: #4DABC2;
}
.TagClassName
{
border-color: #4DABC2;
}
</style>