Shades of Viking #4DABC3
Tints of Viking #4DABC3
RGB
CMYK
RGB Variations
Color information
#4DABC3 (or 0x4DABC3) is known color: Viking. HEX triplet: 4D, AB and C3. RGB value is (77,171,195). Sum of RGB (Red+Green+Blue) = 77+171+195=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 195 - color contains mainly: blue. Hex color #4DABC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABC3 is #B2543C. Grayscale: #919191. Windows color (decimal): -11686973 or 12823373. OLE color: 12823373.
HSL color Cylindrical-coordinate representation of color #4DABC3: hue angle of 192.2º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DABC3 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 171 | 195 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.24 |
| HSL | 192.2º | 0.5% | 0.53% | - |
| HSV(B) | 192.2º | 0.61% | 0.76% | - |
| XYZ | 27.47 | 34.64 | 56.87 | - |
| YUV | 145.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 195 | 0.61 | 0.12 | 0 | 0.24 | 192.2 | 0.5 | 0.53 |
| Hex | 4D | AB | C3 | 3D | C | 0 | 18 | C0 | 32 | 35 |
| Octal | 115 | 253 | 303 | 75 | 14 | 0 | 30 | 300 | 62 | 65 |
| Binary | 1001101 | 10101011 | 11000011 | 111101 | 1100 | 0 | 11000 | 11000000 | 110010 | 110101 |
Color Harmonies of #4DABC3
Complementary color
Monochromatic Colors of #4DABC3
Black with #4DABC3
Text Example
Text Example
White with #4DABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABC3; }
p { color: rgb(77,171,195); }
H1.HeaderClassName
{
color: #4DABC3;
}
.AnyTagClassName
{
color: #4DABC3;
}
</style>
background-color css
<style>
a { background-color: #4DABC3; }
a { background-color: rgb(77,171,195); }
div.DivClassName
{
background-color: #4DABC3;
}
.BgClassName
{
background-color: #4DABC3;
}
</style>
border-color css
<style>
span { border-color: #4DABC3; }
span { border-color: rgb(77,171,195); }
td.TdClassName
{
border-color: #4DABC3;
}
.TagClassName
{
border-color: #4DABC3;
}
</style>