Shades of Viking #4DBECD
Tints of Viking #4DBECD
RGB
CMYK
RGB Variations
Color information
#4DBECD (or 0x4DBECD) is known color: Viking. HEX triplet: 4D, BE and CD. RGB value is (77,190,205). Sum of RGB (Red+Green+Blue) = 77+190+205=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBECD is #B24132. Grayscale: #9D9D9D. Windows color (decimal): -11682099 or 13483597. OLE color: 13483597.
HSL color Cylindrical-coordinate representation of color #4DBECD: hue angle of 187.03º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DBECD is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 190 | 205 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.20 |
| HSL | 187.03º | 0.56% | 0.55% | - |
| HSV(B) | 187.03º | 0.62% | 0.8% | - |
| XYZ | 32.49 | 42.81 | 64.31 | - |
| YUV | 157.92 | 154.56 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 205 | 0.62 | 0.07 | 0 | 0.20 | 187.03 | 0.56 | 0.55 |
| Hex | 4D | BE | CD | 3E | 7 | 0 | 14 | BB | 38 | 37 |
| Octal | 115 | 276 | 315 | 76 | 7 | 0 | 24 | 273 | 70 | 67 |
| Binary | 1001101 | 10111110 | 11001101 | 111110 | 111 | 0 | 10100 | 10111011 | 111000 | 110111 |
Color Harmonies of #4DBECD
Complementary color
Monochromatic Colors of #4DBECD
Black with #4DBECD
Text Example
Text Example
White with #4DBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBECD; }
p { color: rgb(77,190,205); }
H1.HeaderClassName
{
color: #4DBECD;
}
.AnyTagClassName
{
color: #4DBECD;
}
</style>
background-color css
<style>
a { background-color: #4DBECD; }
a { background-color: rgb(77,190,205); }
div.DivClassName
{
background-color: #4DBECD;
}
.BgClassName
{
background-color: #4DBECD;
}
</style>
border-color css
<style>
span { border-color: #4DBECD; }
span { border-color: rgb(77,190,205); }
td.TdClassName
{
border-color: #4DBECD;
}
.TagClassName
{
border-color: #4DBECD;
}
</style>