Shades of Viking #4DACBB
Tints of Viking #4DACBB
RGB
CMYK
RGB Variations
Color information
#4DACBB (or 0x4DACBB) is known color: Viking. HEX triplet: 4D, AC and BB. RGB value is (77,172,187). Sum of RGB (Red+Green+Blue) = 77+172+187=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #4DACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACBB is #B25344. Grayscale: #919191. Windows color (decimal): -11686725 or 12299341. OLE color: 12299341.
HSL color Cylindrical-coordinate representation of color #4DACBB: hue angle of 188.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DACBB is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 172 | 187 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.27 |
| HSL | 188.18º | 0.45% | 0.52% | - |
| HSV(B) | 188.18º | 0.59% | 0.73% | - |
| XYZ | 26.78 | 34.67 | 52.29 | - |
| YUV | 145.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 187 | 0.59 | 0.08 | 0 | 0.27 | 188.18 | 0.45 | 0.52 |
| Hex | 4D | AC | BB | 3B | 8 | 0 | 1B | BC | 2D | 34 |
| Octal | 115 | 254 | 273 | 73 | 10 | 0 | 33 | 274 | 55 | 64 |
| Binary | 1001101 | 10101100 | 10111011 | 111011 | 1000 | 0 | 11011 | 10111100 | 101101 | 110100 |
Color Harmonies of #4DACBB
Complementary color
Monochromatic Colors of #4DACBB
Black with #4DACBB
Text Example
Text Example
White with #4DACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACBB; }
p { color: rgb(77,172,187); }
H1.HeaderClassName
{
color: #4DACBB;
}
.AnyTagClassName
{
color: #4DACBB;
}
</style>
background-color css
<style>
a { background-color: #4DACBB; }
a { background-color: rgb(77,172,187); }
div.DivClassName
{
background-color: #4DACBB;
}
.BgClassName
{
background-color: #4DACBB;
}
</style>
border-color css
<style>
span { border-color: #4DACBB; }
span { border-color: rgb(77,172,187); }
td.TdClassName
{
border-color: #4DACBB;
}
.TagClassName
{
border-color: #4DACBB;
}
</style>