Shades of Viking #4DBDC4
Tints of Viking #4DBDC4
RGB
CMYK
RGB Variations
Color information
#4DBDC4 (or 0x4DBDC4) is known color: Viking. HEX triplet: 4D, BD and C4. RGB value is (77,189,196). Sum of RGB (Red+Green+Blue) = 77+189+196=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #4DBDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDC4 is #B2423B. Grayscale: #9C9C9C. Windows color (decimal): -11682364 or 12893517. OLE color: 12893517.
HSL color Cylindrical-coordinate representation of color #4DBDC4: hue angle of 183.53º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DBDC4 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 189 | 196 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.23 |
| HSL | 183.53º | 0.5% | 0.54% | - |
| HSV(B) | 183.53º | 0.61% | 0.77% | - |
| XYZ | 31.22 | 41.96 | 58.68 | - |
| YUV | 156.31 | 150.39 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 196 | 0.61 | 0.04 | 0 | 0.23 | 183.53 | 0.5 | 0.54 |
| Hex | 4D | BD | C4 | 3D | 4 | 0 | 17 | B8 | 32 | 36 |
| Octal | 115 | 275 | 304 | 75 | 4 | 0 | 27 | 270 | 62 | 66 |
| Binary | 1001101 | 10111101 | 11000100 | 111101 | 100 | 0 | 10111 | 10111000 | 110010 | 110110 |
Color Harmonies of #4DBDC4
Complementary color
Monochromatic Colors of #4DBDC4
Black with #4DBDC4
Text Example
Text Example
White with #4DBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDC4; }
p { color: rgb(77,189,196); }
H1.HeaderClassName
{
color: #4DBDC4;
}
.AnyTagClassName
{
color: #4DBDC4;
}
</style>
background-color css
<style>
a { background-color: #4DBDC4; }
a { background-color: rgb(77,189,196); }
div.DivClassName
{
background-color: #4DBDC4;
}
.BgClassName
{
background-color: #4DBDC4;
}
</style>
border-color css
<style>
span { border-color: #4DBDC4; }
span { border-color: rgb(77,189,196); }
td.TdClassName
{
border-color: #4DBDC4;
}
.TagClassName
{
border-color: #4DBDC4;
}
</style>