Shades of Viking #4EB1BA
Tints of Viking #4EB1BA
RGB
CMYK
RGB Variations
Color information
#4EB1BA (or 0x4EB1BA) is known color: Viking. HEX triplet: 4E, B1 and BA. RGB value is (78,177,186). Sum of RGB (Red+Green+Blue) = 78+177+186=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #4EB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EB1BA is #B14E45. Grayscale: #949494. Windows color (decimal): -11619910 or 12235086. OLE color: 12235086.
HSL color Cylindrical-coordinate representation of color #4EB1BA: hue angle of 185º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB1BA is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 177 | 186 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.27 |
| HSL | 185º | 0.44% | 0.52% | - |
| HSV(B) | 185º | 0.58% | 0.73% | - |
| XYZ | 27.73 | 36.61 | 52.06 | - |
| YUV | 148.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 177 | 186 | 0.58 | 0.05 | 0 | 0.27 | 185 | 0.44 | 0.52 |
| Hex | 4E | B1 | BA | 3A | 5 | 0 | 1B | B9 | 2C | 34 |
| Octal | 116 | 261 | 272 | 72 | 5 | 0 | 33 | 271 | 54 | 64 |
| Binary | 1001110 | 10110001 | 10111010 | 111010 | 101 | 0 | 11011 | 10111001 | 101100 | 110100 |
Color Harmonies of #4EB1BA
Complementary color
Monochromatic Colors of #4EB1BA
Black with #4EB1BA
Text Example
Text Example
White with #4EB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB1BA; }
p { color: rgb(78,177,186); }
H1.HeaderClassName
{
color: #4EB1BA;
}
.AnyTagClassName
{
color: #4EB1BA;
}
</style>
background-color css
<style>
a { background-color: #4EB1BA; }
a { background-color: rgb(78,177,186); }
div.DivClassName
{
background-color: #4EB1BA;
}
.BgClassName
{
background-color: #4EB1BA;
}
</style>
border-color css
<style>
span { border-color: #4EB1BA; }
span { border-color: rgb(78,177,186); }
td.TdClassName
{
border-color: #4EB1BA;
}
.TagClassName
{
border-color: #4EB1BA;
}
</style>