Shades of Viking #4DB9C1
Tints of Viking #4DB9C1
RGB
CMYK
RGB Variations
Color information
#4DB9C1 (or 0x4DB9C1) is known color: Viking. HEX triplet: 4D, B9 and C1. RGB value is (77,185,193). Sum of RGB (Red+Green+Blue) = 77+185+193=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DB9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB9C1 is #B2463E. Grayscale: #999999. Windows color (decimal): -11683391 or 12695885. OLE color: 12695885.
HSL color Cylindrical-coordinate representation of color #4DB9C1: hue angle of 184.14º 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 #4DB9C1 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 185 | 193 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.24 |
| HSL | 184.14º | 0.48% | 0.53% | - |
| HSV(B) | 184.14º | 0.6% | 0.76% | - |
| XYZ | 30.04 | 40.13 | 56.61 | - |
| YUV | 153.62 | 150.22 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 193 | 0.60 | 0.04 | 0 | 0.24 | 184.14 | 0.48 | 0.53 |
| Hex | 4D | B9 | C1 | 3C | 4 | 0 | 18 | B8 | 30 | 35 |
| Octal | 115 | 271 | 301 | 74 | 4 | 0 | 30 | 270 | 60 | 65 |
| Binary | 1001101 | 10111001 | 11000001 | 111100 | 100 | 0 | 11000 | 10111000 | 110000 | 110101 |
Color Harmonies of #4DB9C1
Complementary color
Monochromatic Colors of #4DB9C1
Black with #4DB9C1
Text Example
Text Example
White with #4DB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9C1; }
p { color: rgb(77,185,193); }
H1.HeaderClassName
{
color: #4DB9C1;
}
.AnyTagClassName
{
color: #4DB9C1;
}
</style>
background-color css
<style>
a { background-color: #4DB9C1; }
a { background-color: rgb(77,185,193); }
div.DivClassName
{
background-color: #4DB9C1;
}
.BgClassName
{
background-color: #4DB9C1;
}
</style>
border-color css
<style>
span { border-color: #4DB9C1; }
span { border-color: rgb(77,185,193); }
td.TdClassName
{
border-color: #4DB9C1;
}
.TagClassName
{
border-color: #4DB9C1;
}
</style>