Shades of Viking #4DAEBE
Tints of Viking #4DAEBE
RGB
CMYK
RGB Variations
Color information
#4DAEBE (or 0x4DAEBE) is known color: Viking. HEX triplet: 4D, AE and BE. RGB value is (77,174,190). Sum of RGB (Red+Green+Blue) = 77+174+190=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DAEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAEBE is #B25141. Grayscale: #929292. Windows color (decimal): -11686210 or 12496461. OLE color: 12496461.
HSL color Cylindrical-coordinate representation of color #4DAEBE: hue angle of 188.5º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAEBE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 174 | 190 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.25 |
| HSL | 188.5º | 0.47% | 0.52% | - |
| HSV(B) | 188.5º | 0.59% | 0.75% | - |
| XYZ | 27.49 | 35.57 | 54.13 | - |
| YUV | 146.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 190 | 0.59 | 0.08 | 0 | 0.25 | 188.5 | 0.47 | 0.52 |
| Hex | 4D | AE | BE | 3B | 8 | 0 | 19 | BC | 2F | 34 |
| Octal | 115 | 256 | 276 | 73 | 10 | 0 | 31 | 274 | 57 | 64 |
| Binary | 1001101 | 10101110 | 10111110 | 111011 | 1000 | 0 | 11001 | 10111100 | 101111 | 110100 |
Color Harmonies of #4DAEBE
Complementary color
Monochromatic Colors of #4DAEBE
Black with #4DAEBE
Text Example
Text Example
White with #4DAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEBE; }
p { color: rgb(77,174,190); }
H1.HeaderClassName
{
color: #4DAEBE;
}
.AnyTagClassName
{
color: #4DAEBE;
}
</style>
background-color css
<style>
a { background-color: #4DAEBE; }
a { background-color: rgb(77,174,190); }
div.DivClassName
{
background-color: #4DAEBE;
}
.BgClassName
{
background-color: #4DAEBE;
}
</style>
border-color css
<style>
span { border-color: #4DAEBE; }
span { border-color: rgb(77,174,190); }
td.TdClassName
{
border-color: #4DAEBE;
}
.TagClassName
{
border-color: #4DAEBE;
}
</style>