Shades of Viking #4DAEDA
Tints of Viking #4DAEDA
RGB
CMYK
RGB Variations
Color information
#4DAEDA (or 0x4DAEDA) is known color: Viking. HEX triplet: 4D, AE and DA. RGB value is (77,174,218). Sum of RGB (Red+Green+Blue) = 77+174+218=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEDA is #B25125. Grayscale: #959595. Windows color (decimal): -11686182 or 14331469. OLE color: 14331469.
HSL color Cylindrical-coordinate representation of color #4DAEDA: hue angle of 198.72º 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 #4DAEDA is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 174 | 218 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.15 |
| HSL | 198.72º | 0.66% | 0.58% | - |
| HSV(B) | 198.72º | 0.65% | 0.85% | - |
| XYZ | 30.85 | 36.91 | 71.83 | - |
| YUV | 150.01 | 166.36 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 218 | 0.65 | 0.20 | 0 | 0.15 | 198.72 | 0.66 | 0.58 |
| Hex | 4D | AE | DA | 41 | 14 | 0 | F | C7 | 42 | 3A |
| Octal | 115 | 256 | 332 | 101 | 24 | 0 | 17 | 307 | 102 | 72 |
| Binary | 1001101 | 10101110 | 11011010 | 1000001 | 10100 | 0 | 1111 | 11000111 | 1000010 | 111010 |
Color Harmonies of #4DAEDA
Complementary color
Monochromatic Colors of #4DAEDA
Black with #4DAEDA
Text Example
Text Example
White with #4DAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEDA; }
p { color: rgb(77,174,218); }
H1.HeaderClassName
{
color: #4DAEDA;
}
.AnyTagClassName
{
color: #4DAEDA;
}
</style>
background-color css
<style>
a { background-color: #4DAEDA; }
a { background-color: rgb(77,174,218); }
div.DivClassName
{
background-color: #4DAEDA;
}
.BgClassName
{
background-color: #4DAEDA;
}
</style>
border-color css
<style>
span { border-color: #4DAEDA; }
span { border-color: rgb(77,174,218); }
td.TdClassName
{
border-color: #4DAEDA;
}
.TagClassName
{
border-color: #4DAEDA;
}
</style>