Shades of Viking #4DBCDD
Tints of Viking #4DBCDD
RGB
CMYK
RGB Variations
Color information
#4DBCDD (or 0x4DBCDD) is known color: Viking. HEX triplet: 4D, BC and DD. RGB value is (77,188,221). Sum of RGB (Red+Green+Blue) = 77+188+221=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBCDD is #B24322. Grayscale: #9E9E9E. Windows color (decimal): -11682595 or 14531661. OLE color: 14531661.
HSL color Cylindrical-coordinate representation of color #4DBCDD: hue angle of 193.75º 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 #4DBCDD is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 188 | 221 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.13 |
| HSL | 193.75º | 0.68% | 0.58% | - |
| HSV(B) | 193.75º | 0.65% | 0.87% | - |
| XYZ | 34.09 | 42.76 | 74.86 | - |
| YUV | 158.57 | 163.23 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 221 | 0.65 | 0.15 | 0 | 0.13 | 193.75 | 0.68 | 0.58 |
| Hex | 4D | BC | DD | 41 | F | 0 | D | C2 | 44 | 3A |
| Octal | 115 | 274 | 335 | 101 | 17 | 0 | 15 | 302 | 104 | 72 |
| Binary | 1001101 | 10111100 | 11011101 | 1000001 | 1111 | 0 | 1101 | 11000010 | 1000100 | 111010 |
Color Harmonies of #4DBCDD
Complementary color
Monochromatic Colors of #4DBCDD
Black with #4DBCDD
Text Example
Text Example
White with #4DBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCDD; }
p { color: rgb(77,188,221); }
H1.HeaderClassName
{
color: #4DBCDD;
}
.AnyTagClassName
{
color: #4DBCDD;
}
</style>
background-color css
<style>
a { background-color: #4DBCDD; }
a { background-color: rgb(77,188,221); }
div.DivClassName
{
background-color: #4DBCDD;
}
.BgClassName
{
background-color: #4DBCDD;
}
</style>
border-color css
<style>
span { border-color: #4DBCDD; }
span { border-color: rgb(77,188,221); }
td.TdClassName
{
border-color: #4DBCDD;
}
.TagClassName
{
border-color: #4DBCDD;
}
</style>