Shades of Viking #4DAECD
Tints of Viking #4DAECD
RGB
CMYK
RGB Variations
Color information
#4DAECD (or 0x4DAECD) is known color: Viking. HEX triplet: 4D, AE and CD. RGB value is (77,174,205). Sum of RGB (Red+Green+Blue) = 77+174+205=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DAECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAECD is #B25132. Grayscale: #949494. Windows color (decimal): -11686195 or 13479501. OLE color: 13479501.
HSL color Cylindrical-coordinate representation of color #4DAECD: hue angle of 194.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAECD is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 174 | 205 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.20 |
| HSL | 194.53º | 0.56% | 0.55% | - |
| HSV(B) | 194.53º | 0.62% | 0.8% | - |
| XYZ | 29.22 | 36.26 | 63.22 | - |
| YUV | 148.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 205 | 0.62 | 0.15 | 0 | 0.20 | 194.53 | 0.56 | 0.55 |
| Hex | 4D | AE | CD | 3E | F | 0 | 14 | C3 | 38 | 37 |
| Octal | 115 | 256 | 315 | 76 | 17 | 0 | 24 | 303 | 70 | 67 |
| Binary | 1001101 | 10101110 | 11001101 | 111110 | 1111 | 0 | 10100 | 11000011 | 111000 | 110111 |
Color Harmonies of #4DAECD
Complementary color
Monochromatic Colors of #4DAECD
Black with #4DAECD
Text Example
Text Example
White with #4DAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAECD; }
p { color: rgb(77,174,205); }
H1.HeaderClassName
{
color: #4DAECD;
}
.AnyTagClassName
{
color: #4DAECD;
}
</style>
background-color css
<style>
a { background-color: #4DAECD; }
a { background-color: rgb(77,174,205); }
div.DivClassName
{
background-color: #4DAECD;
}
.BgClassName
{
background-color: #4DAECD;
}
</style>
border-color css
<style>
span { border-color: #4DAECD; }
span { border-color: rgb(77,174,205); }
td.TdClassName
{
border-color: #4DAECD;
}
.TagClassName
{
border-color: #4DAECD;
}
</style>