Shades of Viking #4EBDC1
Tints of Viking #4EBDC1
RGB
CMYK
RGB Variations
Color information
#4EBDC1 (or 0x4EBDC1) is known color: Viking. HEX triplet: 4E, BD and C1. RGB value is (78,189,193). Sum of RGB (Red+Green+Blue) = 78+189+193=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EBDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDC1 is #B1423E. Grayscale: #9C9C9C. Windows color (decimal): -11616831 or 12696910. OLE color: 12696910.
HSL color Cylindrical-coordinate representation of color #4EBDC1: hue angle of 182.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EBDC1 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 189 | 193 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.24 |
| HSL | 182.09º | 0.48% | 0.53% | - |
| HSV(B) | 182.09º | 0.6% | 0.76% | - |
| XYZ | 30.97 | 41.87 | 56.9 | - |
| YUV | 156.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 193 | 0.60 | 0.02 | 0 | 0.24 | 182.09 | 0.48 | 0.53 |
| Hex | 4E | BD | C1 | 3C | 2 | 0 | 18 | B6 | 30 | 35 |
| Octal | 116 | 275 | 301 | 74 | 2 | 0 | 30 | 266 | 60 | 65 |
| Binary | 1001110 | 10111101 | 11000001 | 111100 | 10 | 0 | 11000 | 10110110 | 110000 | 110101 |
Color Harmonies of #4EBDC1
Complementary color
Monochromatic Colors of #4EBDC1
Black with #4EBDC1
Text Example
Text Example
White with #4EBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDC1; }
p { color: rgb(78,189,193); }
H1.HeaderClassName
{
color: #4EBDC1;
}
.AnyTagClassName
{
color: #4EBDC1;
}
</style>
background-color css
<style>
a { background-color: #4EBDC1; }
a { background-color: rgb(78,189,193); }
div.DivClassName
{
background-color: #4EBDC1;
}
.BgClassName
{
background-color: #4EBDC1;
}
</style>
border-color css
<style>
span { border-color: #4EBDC1; }
span { border-color: rgb(78,189,193); }
td.TdClassName
{
border-color: #4EBDC1;
}
.TagClassName
{
border-color: #4EBDC1;
}
</style>