Shades of Viking #4DAEBD
Tints of Viking #4DAEBD
RGB
CMYK
RGB Variations
Color information
#4DAEBD (or 0x4DAEBD) is known color: Viking. HEX triplet: 4D, AE and BD. RGB value is (77,174,189). Sum of RGB (Red+Green+Blue) = 77+174+189=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #4DAEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEBD is #B25142. Grayscale: #929292. Windows color (decimal): -11686211 or 12430925. OLE color: 12430925.
HSL color Cylindrical-coordinate representation of color #4DAEBD: hue angle of 188.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAEBD is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 174 | 189 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.26 |
| HSL | 188.04º | 0.46% | 0.52% | - |
| HSV(B) | 188.04º | 0.59% | 0.74% | - |
| XYZ | 27.38 | 35.52 | 53.56 | - |
| YUV | 146.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 189 | 0.59 | 0.08 | 0 | 0.26 | 188.04 | 0.46 | 0.52 |
| Hex | 4D | AE | BD | 3B | 8 | 0 | 1A | BC | 2E | 34 |
| Octal | 115 | 256 | 275 | 73 | 10 | 0 | 32 | 274 | 56 | 64 |
| Binary | 1001101 | 10101110 | 10111101 | 111011 | 1000 | 0 | 11010 | 10111100 | 101110 | 110100 |
Color Harmonies of #4DAEBD
Complementary color
Monochromatic Colors of #4DAEBD
Black with #4DAEBD
Text Example
Text Example
White with #4DAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEBD; }
p { color: rgb(77,174,189); }
H1.HeaderClassName
{
color: #4DAEBD;
}
.AnyTagClassName
{
color: #4DAEBD;
}
</style>
background-color css
<style>
a { background-color: #4DAEBD; }
a { background-color: rgb(77,174,189); }
div.DivClassName
{
background-color: #4DAEBD;
}
.BgClassName
{
background-color: #4DAEBD;
}
</style>
border-color css
<style>
span { border-color: #4DAEBD; }
span { border-color: rgb(77,174,189); }
td.TdClassName
{
border-color: #4DAEBD;
}
.TagClassName
{
border-color: #4DAEBD;
}
</style>