Shades of Viking #4DBEDA
Tints of Viking #4DBEDA
RGB
CMYK
RGB Variations
Color information
#4DBEDA (or 0x4DBEDA) is known color: Viking. HEX triplet: 4D, BE and DA. RGB value is (77,190,218). Sum of RGB (Red+Green+Blue) = 77+190+218=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #4DBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEDA is #B24125. Grayscale: #9F9F9F. Windows color (decimal): -11682086 or 14335565. OLE color: 14335565.
HSL color Cylindrical-coordinate representation of color #4DBEDA: hue angle of 191.91º 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 #4DBEDA is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 190 | 218 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.15 |
| HSL | 191.91º | 0.66% | 0.58% | - |
| HSV(B) | 191.91º | 0.65% | 0.85% | - |
| XYZ | 34.13 | 43.47 | 72.92 | - |
| YUV | 159.41 | 161.06 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 218 | 0.65 | 0.13 | 0 | 0.15 | 191.91 | 0.66 | 0.58 |
| Hex | 4D | BE | DA | 41 | D | 0 | F | C0 | 42 | 3A |
| Octal | 115 | 276 | 332 | 101 | 15 | 0 | 17 | 300 | 102 | 72 |
| Binary | 1001101 | 10111110 | 11011010 | 1000001 | 1101 | 0 | 1111 | 11000000 | 1000010 | 111010 |
Color Harmonies of #4DBEDA
Complementary color
Monochromatic Colors of #4DBEDA
Black with #4DBEDA
Text Example
Text Example
White with #4DBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEDA; }
p { color: rgb(77,190,218); }
H1.HeaderClassName
{
color: #4DBEDA;
}
.AnyTagClassName
{
color: #4DBEDA;
}
</style>
background-color css
<style>
a { background-color: #4DBEDA; }
a { background-color: rgb(77,190,218); }
div.DivClassName
{
background-color: #4DBEDA;
}
.BgClassName
{
background-color: #4DBEDA;
}
</style>
border-color css
<style>
span { border-color: #4DBEDA; }
span { border-color: rgb(77,190,218); }
td.TdClassName
{
border-color: #4DBEDA;
}
.TagClassName
{
border-color: #4DBEDA;
}
</style>