Shades of Viking #4EBFCD
Tints of Viking #4EBFCD
RGB
CMYK
RGB Variations
Color information
#4EBFCD (or 0x4EBFCD) is known color: Viking. HEX triplet: 4E, BF and CD. RGB value is (78,191,205). Sum of RGB (Red+Green+Blue) = 78+191+205=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFCD is #B14032. Grayscale: #9E9E9E. Windows color (decimal): -11616307 or 13483854. OLE color: 13483854.
HSL color Cylindrical-coordinate representation of color #4EBFCD: hue angle of 186.61º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EBFCD is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 191 | 205 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.20 |
| HSL | 186.61º | 0.56% | 0.55% | - |
| HSV(B) | 186.61º | 0.62% | 0.8% | - |
| XYZ | 32.79 | 43.29 | 64.38 | - |
| YUV | 158.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 205 | 0.62 | 0.07 | 0 | 0.20 | 186.61 | 0.56 | 0.55 |
| Hex | 4E | BF | CD | 3E | 7 | 0 | 14 | BB | 38 | 37 |
| Octal | 116 | 277 | 315 | 76 | 7 | 0 | 24 | 273 | 70 | 67 |
| Binary | 1001110 | 10111111 | 11001101 | 111110 | 111 | 0 | 10100 | 10111011 | 111000 | 110111 |
Color Harmonies of #4EBFCD
Complementary color
Monochromatic Colors of #4EBFCD
Black with #4EBFCD
Text Example
Text Example
White with #4EBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBFCD; }
p { color: rgb(78,191,205); }
H1.HeaderClassName
{
color: #4EBFCD;
}
.AnyTagClassName
{
color: #4EBFCD;
}
</style>
background-color css
<style>
a { background-color: #4EBFCD; }
a { background-color: rgb(78,191,205); }
div.DivClassName
{
background-color: #4EBFCD;
}
.BgClassName
{
background-color: #4EBFCD;
}
</style>
border-color css
<style>
span { border-color: #4EBFCD; }
span { border-color: rgb(78,191,205); }
td.TdClassName
{
border-color: #4EBFCD;
}
.TagClassName
{
border-color: #4EBFCD;
}
</style>