Shades of Viking #4DACD5
Tints of Viking #4DACD5
RGB
CMYK
RGB Variations
Color information
#4DACD5 (or 0x4DACD5) is known color: Viking. HEX triplet: 4D, AC and D5. RGB value is (77,172,213). Sum of RGB (Red+Green+Blue) = 77+172+213=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #4DACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACD5 is #B2532A. Grayscale: #949494. Windows color (decimal): -11686699 or 14003277. OLE color: 14003277.
HSL color Cylindrical-coordinate representation of color #4DACD5: hue angle of 198.09º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DACD5 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 172 | 213 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.16 |
| HSL | 198.09º | 0.62% | 0.57% | - |
| HSV(B) | 198.09º | 0.64% | 0.84% | - |
| XYZ | 29.82 | 35.89 | 68.31 | - |
| YUV | 148.27 | 164.53 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 213 | 0.64 | 0.19 | 0 | 0.16 | 198.09 | 0.62 | 0.57 |
| Hex | 4D | AC | D5 | 40 | 13 | 0 | 10 | C6 | 3E | 39 |
| Octal | 115 | 254 | 325 | 100 | 23 | 0 | 20 | 306 | 76 | 71 |
| Binary | 1001101 | 10101100 | 11010101 | 1000000 | 10011 | 0 | 10000 | 11000110 | 111110 | 111001 |
Color Harmonies of #4DACD5
Complementary color
Monochromatic Colors of #4DACD5
Black with #4DACD5
Text Example
Text Example
White with #4DACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACD5; }
p { color: rgb(77,172,213); }
H1.HeaderClassName
{
color: #4DACD5;
}
.AnyTagClassName
{
color: #4DACD5;
}
</style>
background-color css
<style>
a { background-color: #4DACD5; }
a { background-color: rgb(77,172,213); }
div.DivClassName
{
background-color: #4DACD5;
}
.BgClassName
{
background-color: #4DACD5;
}
</style>
border-color css
<style>
span { border-color: #4DACD5; }
span { border-color: rgb(77,172,213); }
td.TdClassName
{
border-color: #4DACD5;
}
.TagClassName
{
border-color: #4DACD5;
}
</style>