Shades of Viking #4DBCC0
Tints of Viking #4DBCC0
RGB
CMYK
RGB Variations
Color information
#4DBCC0 (or 0x4DBCC0) is known color: Viking. HEX triplet: 4D, BC and C0. RGB value is (77,188,192). Sum of RGB (Red+Green+Blue) = 77+188+192=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #4DBCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBCC0 is #B2433F. Grayscale: #9B9B9B. Windows color (decimal): -11682624 or 12631117. OLE color: 12631117.
HSL color Cylindrical-coordinate representation of color #4DBCC0: hue angle of 182.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBCC0 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 188 | 192 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.25 |
| HSL | 182.09º | 0.48% | 0.53% | - |
| HSV(B) | 182.09º | 0.6% | 0.75% | - |
| XYZ | 30.56 | 41.35 | 56.24 | - |
| YUV | 155.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 192 | 0.60 | 0.02 | 0 | 0.25 | 182.09 | 0.48 | 0.53 |
| Hex | 4D | BC | C0 | 3C | 2 | 0 | 19 | B6 | 30 | 35 |
| Octal | 115 | 274 | 300 | 74 | 2 | 0 | 31 | 266 | 60 | 65 |
| Binary | 1001101 | 10111100 | 11000000 | 111100 | 10 | 0 | 11001 | 10110110 | 110000 | 110101 |
Color Harmonies of #4DBCC0
Complementary color
Monochromatic Colors of #4DBCC0
Black with #4DBCC0
Text Example
Text Example
White with #4DBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCC0; }
p { color: rgb(77,188,192); }
H1.HeaderClassName
{
color: #4DBCC0;
}
.AnyTagClassName
{
color: #4DBCC0;
}
</style>
background-color css
<style>
a { background-color: #4DBCC0; }
a { background-color: rgb(77,188,192); }
div.DivClassName
{
background-color: #4DBCC0;
}
.BgClassName
{
background-color: #4DBCC0;
}
</style>
border-color css
<style>
span { border-color: #4DBCC0; }
span { border-color: rgb(77,188,192); }
td.TdClassName
{
border-color: #4DBCC0;
}
.TagClassName
{
border-color: #4DBCC0;
}
</style>