Shades of Viking #4DACDA
Tints of Viking #4DACDA
RGB
CMYK
RGB Variations
Color information
#4DACDA (or 0x4DACDA) is known color: Viking. HEX triplet: 4D, AC and DA. RGB value is (77,172,218). Sum of RGB (Red+Green+Blue) = 77+172+218=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACDA is #B25325. Grayscale: #949494. Windows color (decimal): -11686694 or 14330957. OLE color: 14330957.
HSL color Cylindrical-coordinate representation of color #4DACDA: hue angle of 199.57º 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 #4DACDA is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 172 | 218 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.15 |
| HSL | 199.57º | 0.66% | 0.58% | - |
| HSV(B) | 199.57º | 0.65% | 0.85% | - |
| XYZ | 30.47 | 36.14 | 71.7 | - |
| YUV | 148.84 | 167.03 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 218 | 0.65 | 0.21 | 0 | 0.15 | 199.57 | 0.66 | 0.58 |
| Hex | 4D | AC | DA | 41 | 15 | 0 | F | C8 | 42 | 3A |
| Octal | 115 | 254 | 332 | 101 | 25 | 0 | 17 | 310 | 102 | 72 |
| Binary | 1001101 | 10101100 | 11011010 | 1000001 | 10101 | 0 | 1111 | 11001000 | 1000010 | 111010 |
Color Harmonies of #4DACDA
Complementary color
Monochromatic Colors of #4DACDA
Black with #4DACDA
Text Example
Text Example
White with #4DACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACDA; }
p { color: rgb(77,172,218); }
H1.HeaderClassName
{
color: #4DACDA;
}
.AnyTagClassName
{
color: #4DACDA;
}
</style>
background-color css
<style>
a { background-color: #4DACDA; }
a { background-color: rgb(77,172,218); }
div.DivClassName
{
background-color: #4DACDA;
}
.BgClassName
{
background-color: #4DACDA;
}
</style>
border-color css
<style>
span { border-color: #4DACDA; }
span { border-color: rgb(77,172,218); }
td.TdClassName
{
border-color: #4DACDA;
}
.TagClassName
{
border-color: #4DACDA;
}
</style>