Shades of Viking #4DADC4
Tints of Viking #4DADC4
RGB
CMYK
RGB Variations
Color information
#4DADC4 (or 0x4DADC4) is known color: Viking. HEX triplet: 4D, AD and C4. RGB value is (77,173,196). Sum of RGB (Red+Green+Blue) = 77+173+196=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #4DADC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADC4 is #B2523B. Grayscale: #929292. Windows color (decimal): -11686460 or 12889421. OLE color: 12889421.
HSL color Cylindrical-coordinate representation of color #4DADC4: hue angle of 191.6º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DADC4 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 173 | 196 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.23 |
| HSL | 191.6º | 0.5% | 0.54% | - |
| HSV(B) | 191.6º | 0.61% | 0.77% | - |
| XYZ | 27.97 | 35.45 | 57.59 | - |
| YUV | 146.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 196 | 0.61 | 0.12 | 0 | 0.23 | 191.6 | 0.5 | 0.54 |
| Hex | 4D | AD | C4 | 3D | C | 0 | 17 | C0 | 32 | 36 |
| Octal | 115 | 255 | 304 | 75 | 14 | 0 | 27 | 300 | 62 | 66 |
| Binary | 1001101 | 10101101 | 11000100 | 111101 | 1100 | 0 | 10111 | 11000000 | 110010 | 110110 |
Color Harmonies of #4DADC4
Complementary color
Monochromatic Colors of #4DADC4
Black with #4DADC4
Text Example
Text Example
White with #4DADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADC4; }
p { color: rgb(77,173,196); }
H1.HeaderClassName
{
color: #4DADC4;
}
.AnyTagClassName
{
color: #4DADC4;
}
</style>
background-color css
<style>
a { background-color: #4DADC4; }
a { background-color: rgb(77,173,196); }
div.DivClassName
{
background-color: #4DADC4;
}
.BgClassName
{
background-color: #4DADC4;
}
</style>
border-color css
<style>
span { border-color: #4DADC4; }
span { border-color: rgb(77,173,196); }
td.TdClassName
{
border-color: #4DADC4;
}
.TagClassName
{
border-color: #4DADC4;
}
</style>