Shades of Viking #4DC0DA
Tints of Viking #4DC0DA
RGB
CMYK
RGB Variations
Color information
#4DC0DA (or 0x4DC0DA) is known color: Viking. HEX triplet: 4D, C0 and DA. RGB value is (77,192,218). Sum of RGB (Red+Green+Blue) = 77+192+218=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DC0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0DA is #B23F25. Grayscale: #A0A0A0. Windows color (decimal): -11681574 or 14336077. OLE color: 14336077.
HSL color Cylindrical-coordinate representation of color #4DC0DA: hue angle of 191.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DC0DA is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 192 | 218 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.15 |
| HSL | 191.06º | 0.66% | 0.58% | - |
| HSV(B) | 191.06º | 0.65% | 0.85% | - |
| XYZ | 34.57 | 44.34 | 73.07 | - |
| YUV | 160.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 218 | 0.65 | 0.12 | 0 | 0.15 | 191.06 | 0.66 | 0.58 |
| Hex | 4D | C0 | DA | 41 | C | 0 | F | BF | 42 | 3A |
| Octal | 115 | 300 | 332 | 101 | 14 | 0 | 17 | 277 | 102 | 72 |
| Binary | 1001101 | 11000000 | 11011010 | 1000001 | 1100 | 0 | 1111 | 10111111 | 1000010 | 111010 |
Color Harmonies of #4DC0DA
Complementary color
Monochromatic Colors of #4DC0DA
Black with #4DC0DA
Text Example
Text Example
White with #4DC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0DA; }
p { color: rgb(77,192,218); }
H1.HeaderClassName
{
color: #4DC0DA;
}
.AnyTagClassName
{
color: #4DC0DA;
}
</style>
background-color css
<style>
a { background-color: #4DC0DA; }
a { background-color: rgb(77,192,218); }
div.DivClassName
{
background-color: #4DC0DA;
}
.BgClassName
{
background-color: #4DC0DA;
}
</style>
border-color css
<style>
span { border-color: #4DC0DA; }
span { border-color: rgb(77,192,218); }
td.TdClassName
{
border-color: #4DC0DA;
}
.TagClassName
{
border-color: #4DC0DA;
}
</style>