Shades of Viking #4DBCDC
Tints of Viking #4DBCDC
RGB
CMYK
RGB Variations
Color information
#4DBCDC (or 0x4DBCDC) is known color: Viking. HEX triplet: 4D, BC and DC. RGB value is (77,188,220). Sum of RGB (Red+Green+Blue) = 77+188+220=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBCDC is #B24323. Grayscale: #9E9E9E. Windows color (decimal): -11682596 or 14466125. OLE color: 14466125.
HSL color Cylindrical-coordinate representation of color #4DBCDC: hue angle of 193.43º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DBCDC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 188 | 220 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.14 |
| HSL | 193.43º | 0.67% | 0.58% | - |
| HSV(B) | 193.43º | 0.65% | 0.86% | - |
| XYZ | 33.96 | 42.71 | 74.16 | - |
| YUV | 158.46 | 162.73 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 220 | 0.65 | 0.15 | 0 | 0.14 | 193.43 | 0.67 | 0.58 |
| Hex | 4D | BC | DC | 41 | F | 0 | E | C1 | 43 | 3A |
| Octal | 115 | 274 | 334 | 101 | 17 | 0 | 16 | 301 | 103 | 72 |
| Binary | 1001101 | 10111100 | 11011100 | 1000001 | 1111 | 0 | 1110 | 11000001 | 1000011 | 111010 |
Color Harmonies of #4DBCDC
Complementary color
Monochromatic Colors of #4DBCDC
Black with #4DBCDC
Text Example
Text Example
White with #4DBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCDC; }
p { color: rgb(77,188,220); }
H1.HeaderClassName
{
color: #4DBCDC;
}
.AnyTagClassName
{
color: #4DBCDC;
}
</style>
background-color css
<style>
a { background-color: #4DBCDC; }
a { background-color: rgb(77,188,220); }
div.DivClassName
{
background-color: #4DBCDC;
}
.BgClassName
{
background-color: #4DBCDC;
}
</style>
border-color css
<style>
span { border-color: #4DBCDC; }
span { border-color: rgb(77,188,220); }
td.TdClassName
{
border-color: #4DBCDC;
}
.TagClassName
{
border-color: #4DBCDC;
}
</style>