Shades of Viking #4DBAC9
Tints of Viking #4DBAC9
RGB
CMYK
RGB Variations
Color information
#4DBAC9 (or 0x4DBAC9) is known color: Viking. HEX triplet: 4D, BA and C9. RGB value is (77,186,201). Sum of RGB (Red+Green+Blue) = 77+186+201=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #4DBAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBAC9 is #B24536. Grayscale: #9A9A9A. Windows color (decimal): -11683127 or 13220429. OLE color: 13220429.
HSL color Cylindrical-coordinate representation of color #4DBAC9: hue angle of 187.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DBAC9 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 186 | 201 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.21 |
| HSL | 187.26º | 0.53% | 0.55% | - |
| HSV(B) | 187.26º | 0.62% | 0.79% | - |
| XYZ | 31.16 | 40.91 | 61.51 | - |
| YUV | 155.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 201 | 0.62 | 0.07 | 0 | 0.21 | 187.26 | 0.53 | 0.55 |
| Hex | 4D | BA | C9 | 3E | 7 | 0 | 15 | BB | 35 | 37 |
| Octal | 115 | 272 | 311 | 76 | 7 | 0 | 25 | 273 | 65 | 67 |
| Binary | 1001101 | 10111010 | 11001001 | 111110 | 111 | 0 | 10101 | 10111011 | 110101 | 110111 |
Color Harmonies of #4DBAC9
Complementary color
Monochromatic Colors of #4DBAC9
Black with #4DBAC9
Text Example
Text Example
White with #4DBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAC9; }
p { color: rgb(77,186,201); }
H1.HeaderClassName
{
color: #4DBAC9;
}
.AnyTagClassName
{
color: #4DBAC9;
}
</style>
background-color css
<style>
a { background-color: #4DBAC9; }
a { background-color: rgb(77,186,201); }
div.DivClassName
{
background-color: #4DBAC9;
}
.BgClassName
{
background-color: #4DBAC9;
}
</style>
border-color css
<style>
span { border-color: #4DBAC9; }
span { border-color: rgb(77,186,201); }
td.TdClassName
{
border-color: #4DBAC9;
}
.TagClassName
{
border-color: #4DBAC9;
}
</style>