Shades of Viking #4DBDBE
Tints of Viking #4DBDBE
RGB
CMYK
RGB Variations
Color information
#4DBDBE (or 0x4DBDBE) is known color: Viking. HEX triplet: 4D, BD and BE. RGB value is (77,189,190). Sum of RGB (Red+Green+Blue) = 77+189+190=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDBE is #B24241. Grayscale: #9B9B9B. Windows color (decimal): -11682370 or 12500301. OLE color: 12500301.
HSL color Cylindrical-coordinate representation of color #4DBDBE: hue angle of 180.53º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBDBE is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 189 | 190 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.25 |
| HSL | 180.53º | 0.47% | 0.52% | - |
| HSV(B) | 180.53º | 0.59% | 0.75% | - |
| XYZ | 30.55 | 41.69 | 55.15 | - |
| YUV | 155.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 190 | 0.59 | 0.01 | 0 | 0.25 | 180.53 | 0.47 | 0.52 |
| Hex | 4D | BD | BE | 3B | 1 | 0 | 19 | B5 | 2F | 34 |
| Octal | 115 | 275 | 276 | 73 | 1 | 0 | 31 | 265 | 57 | 64 |
| Binary | 1001101 | 10111101 | 10111110 | 111011 | 1 | 0 | 11001 | 10110101 | 101111 | 110100 |
Color Harmonies of #4DBDBE
Complementary color
Monochromatic Colors of #4DBDBE
Black with #4DBDBE
Text Example
Text Example
White with #4DBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDBE; }
p { color: rgb(77,189,190); }
H1.HeaderClassName
{
color: #4DBDBE;
}
.AnyTagClassName
{
color: #4DBDBE;
}
</style>
background-color css
<style>
a { background-color: #4DBDBE; }
a { background-color: rgb(77,189,190); }
div.DivClassName
{
background-color: #4DBDBE;
}
.BgClassName
{
background-color: #4DBDBE;
}
</style>
border-color css
<style>
span { border-color: #4DBDBE; }
span { border-color: rgb(77,189,190); }
td.TdClassName
{
border-color: #4DBDBE;
}
.TagClassName
{
border-color: #4DBDBE;
}
</style>