Shades of Viking #4DBEDD
Tints of Viking #4DBEDD
RGB
CMYK
RGB Variations
Color information
#4DBEDD (or 0x4DBEDD) is known color: Viking. HEX triplet: 4D, BE and DD. RGB value is (77,190,221). Sum of RGB (Red+Green+Blue) = 77+190+221=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DBEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEDD is #B24122. Grayscale: #9F9F9F. Windows color (decimal): -11682083 or 14532173. OLE color: 14532173.
HSL color Cylindrical-coordinate representation of color #4DBEDD: hue angle of 192.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DBEDD is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 190 | 221 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.13 |
| HSL | 192.92º | 0.68% | 0.58% | - |
| HSV(B) | 192.92º | 0.65% | 0.87% | - |
| XYZ | 34.53 | 43.63 | 75.01 | - |
| YUV | 159.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 221 | 0.65 | 0.14 | 0 | 0.13 | 192.92 | 0.68 | 0.58 |
| Hex | 4D | BE | DD | 41 | E | 0 | D | C1 | 44 | 3A |
| Octal | 115 | 276 | 335 | 101 | 16 | 0 | 15 | 301 | 104 | 72 |
| Binary | 1001101 | 10111110 | 11011101 | 1000001 | 1110 | 0 | 1101 | 11000001 | 1000100 | 111010 |
Color Harmonies of #4DBEDD
Complementary color
Monochromatic Colors of #4DBEDD
Black with #4DBEDD
Text Example
Text Example
White with #4DBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEDD; }
p { color: rgb(77,190,221); }
H1.HeaderClassName
{
color: #4DBEDD;
}
.AnyTagClassName
{
color: #4DBEDD;
}
</style>
background-color css
<style>
a { background-color: #4DBEDD; }
a { background-color: rgb(77,190,221); }
div.DivClassName
{
background-color: #4DBEDD;
}
.BgClassName
{
background-color: #4DBEDD;
}
</style>
border-color css
<style>
span { border-color: #4DBEDD; }
span { border-color: rgb(77,190,221); }
td.TdClassName
{
border-color: #4DBEDD;
}
.TagClassName
{
border-color: #4DBEDD;
}
</style>