Shades of Viking #4DC2DD
Tints of Viking #4DC2DD
RGB
CMYK
RGB Variations
Color information
#4DC2DD (or 0x4DC2DD) is known color: Viking. HEX triplet: 4D, C2 and DD. RGB value is (77,194,221). Sum of RGB (Red+Green+Blue) = 77+194+221=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DC2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC2DD is #B23D22. Grayscale: #A1A1A1. Windows color (decimal): -11681059 or 14533197. OLE color: 14533197.
HSL color Cylindrical-coordinate representation of color #4DC2DD: hue angle of 191.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DC2DD is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 194 | 221 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.13 |
| HSL | 191.25º | 0.68% | 0.58% | - |
| HSV(B) | 191.25º | 0.65% | 0.87% | - |
| XYZ | 35.4 | 45.38 | 75.3 | - |
| YUV | 162.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 221 | 0.65 | 0.12 | 0 | 0.13 | 191.25 | 0.68 | 0.58 |
| Hex | 4D | C2 | DD | 41 | C | 0 | D | BF | 44 | 3A |
| Octal | 115 | 302 | 335 | 101 | 14 | 0 | 15 | 277 | 104 | 72 |
| Binary | 1001101 | 11000010 | 11011101 | 1000001 | 1100 | 0 | 1101 | 10111111 | 1000100 | 111010 |
Color Harmonies of #4DC2DD
Complementary color
Monochromatic Colors of #4DC2DD
Black with #4DC2DD
Text Example
Text Example
White with #4DC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC2DD; }
p { color: rgb(77,194,221); }
H1.HeaderClassName
{
color: #4DC2DD;
}
.AnyTagClassName
{
color: #4DC2DD;
}
</style>
background-color css
<style>
a { background-color: #4DC2DD; }
a { background-color: rgb(77,194,221); }
div.DivClassName
{
background-color: #4DC2DD;
}
.BgClassName
{
background-color: #4DC2DD;
}
</style>
border-color css
<style>
span { border-color: #4DC2DD; }
span { border-color: rgb(77,194,221); }
td.TdClassName
{
border-color: #4DC2DD;
}
.TagClassName
{
border-color: #4DC2DD;
}
</style>