Shades of Viking #4EB9C1
Tints of Viking #4EB9C1
RGB
CMYK
RGB Variations
Color information
#4EB9C1 (or 0x4EB9C1) is known color: Viking. HEX triplet: 4E, B9 and C1. RGB value is (78,185,193). Sum of RGB (Red+Green+Blue) = 78+185+193=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #4EB9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB9C1 is #B1463E. Grayscale: #999999. Windows color (decimal): -11617855 or 12695886. OLE color: 12695886.
HSL color Cylindrical-coordinate representation of color #4EB9C1: hue angle of 184.17º 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 #4EB9C1 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 185 | 193 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.24 |
| HSL | 184.17º | 0.48% | 0.53% | - |
| HSV(B) | 184.17º | 0.6% | 0.76% | - |
| XYZ | 30.12 | 40.17 | 56.62 | - |
| YUV | 153.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 185 | 193 | 0.60 | 0.04 | 0 | 0.24 | 184.17 | 0.48 | 0.53 |
| Hex | 4E | B9 | C1 | 3C | 4 | 0 | 18 | B8 | 30 | 35 |
| Octal | 116 | 271 | 301 | 74 | 4 | 0 | 30 | 270 | 60 | 65 |
| Binary | 1001110 | 10111001 | 11000001 | 111100 | 100 | 0 | 11000 | 10111000 | 110000 | 110101 |
Color Harmonies of #4EB9C1
Complementary color
Monochromatic Colors of #4EB9C1
Black with #4EB9C1
Text Example
Text Example
White with #4EB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB9C1; }
p { color: rgb(78,185,193); }
H1.HeaderClassName
{
color: #4EB9C1;
}
.AnyTagClassName
{
color: #4EB9C1;
}
</style>
background-color css
<style>
a { background-color: #4EB9C1; }
a { background-color: rgb(78,185,193); }
div.DivClassName
{
background-color: #4EB9C1;
}
.BgClassName
{
background-color: #4EB9C1;
}
</style>
border-color css
<style>
span { border-color: #4EB9C1; }
span { border-color: rgb(78,185,193); }
td.TdClassName
{
border-color: #4EB9C1;
}
.TagClassName
{
border-color: #4EB9C1;
}
</style>