Shades of Viking #4DBACE
Tints of Viking #4DBACE
RGB
CMYK
RGB Variations
Color information
#4DBACE (or 0x4DBACE) is known color: Viking. HEX triplet: 4D, BA and CE. RGB value is (77,186,206). Sum of RGB (Red+Green+Blue) = 77+186+206=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DBACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBACE is #B24531. Grayscale: #9B9B9B. Windows color (decimal): -11683122 or 13548109. OLE color: 13548109.
HSL color Cylindrical-coordinate representation of color #4DBACE: hue angle of 189.3º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DBACE is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 186 | 206 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.19 |
| HSL | 189.3º | 0.57% | 0.55% | - |
| HSV(B) | 189.3º | 0.63% | 0.81% | - |
| XYZ | 31.76 | 41.15 | 64.66 | - |
| YUV | 155.69 | 156.39 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 206 | 0.63 | 0.10 | 0 | 0.19 | 189.3 | 0.57 | 0.55 |
| Hex | 4D | BA | CE | 3F | A | 0 | 13 | BD | 39 | 37 |
| Octal | 115 | 272 | 316 | 77 | 12 | 0 | 23 | 275 | 71 | 67 |
| Binary | 1001101 | 10111010 | 11001110 | 111111 | 1010 | 0 | 10011 | 10111101 | 111001 | 110111 |
Color Harmonies of #4DBACE
Complementary color
Monochromatic Colors of #4DBACE
Black with #4DBACE
Text Example
Text Example
White with #4DBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBACE; }
p { color: rgb(77,186,206); }
H1.HeaderClassName
{
color: #4DBACE;
}
.AnyTagClassName
{
color: #4DBACE;
}
</style>
background-color css
<style>
a { background-color: #4DBACE; }
a { background-color: rgb(77,186,206); }
div.DivClassName
{
background-color: #4DBACE;
}
.BgClassName
{
background-color: #4DBACE;
}
</style>
border-color css
<style>
span { border-color: #4DBACE; }
span { border-color: rgb(77,186,206); }
td.TdClassName
{
border-color: #4DBACE;
}
.TagClassName
{
border-color: #4DBACE;
}
</style>