Shades of Viking #4DBDC1
Tints of Viking #4DBDC1
RGB
CMYK
RGB Variations
Color information
#4DBDC1 (or 0x4DBDC1) is known color: Viking. HEX triplet: 4D, BD and C1. RGB value is (77,189,193). Sum of RGB (Red+Green+Blue) = 77+189+193=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DBDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDC1 is #B2423E. Grayscale: #9B9B9B. Windows color (decimal): -11682367 or 12696909. OLE color: 12696909.
HSL color Cylindrical-coordinate representation of color #4DBDC1: hue angle of 182.07º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBDC1 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 189 | 193 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.24 |
| HSL | 182.07º | 0.48% | 0.53% | - |
| HSV(B) | 182.07º | 0.6% | 0.76% | - |
| XYZ | 30.88 | 41.82 | 56.9 | - |
| YUV | 155.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 193 | 0.60 | 0.02 | 0 | 0.24 | 182.07 | 0.48 | 0.53 |
| Hex | 4D | BD | C1 | 3C | 2 | 0 | 18 | B6 | 30 | 35 |
| Octal | 115 | 275 | 301 | 74 | 2 | 0 | 30 | 266 | 60 | 65 |
| Binary | 1001101 | 10111101 | 11000001 | 111100 | 10 | 0 | 11000 | 10110110 | 110000 | 110101 |
Color Harmonies of #4DBDC1
Complementary color
Monochromatic Colors of #4DBDC1
Black with #4DBDC1
Text Example
Text Example
White with #4DBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDC1; }
p { color: rgb(77,189,193); }
H1.HeaderClassName
{
color: #4DBDC1;
}
.AnyTagClassName
{
color: #4DBDC1;
}
</style>
background-color css
<style>
a { background-color: #4DBDC1; }
a { background-color: rgb(77,189,193); }
div.DivClassName
{
background-color: #4DBDC1;
}
.BgClassName
{
background-color: #4DBDC1;
}
</style>
border-color css
<style>
span { border-color: #4DBDC1; }
span { border-color: rgb(77,189,193); }
td.TdClassName
{
border-color: #4DBDC1;
}
.TagClassName
{
border-color: #4DBDC1;
}
</style>