Shades of Viking #4EBCC4
Tints of Viking #4EBCC4
RGB
CMYK
RGB Variations
Color information
#4EBCC4 (or 0x4EBCC4) is known color: Viking. HEX triplet: 4E, BC and C4. RGB value is (78,188,196). Sum of RGB (Red+Green+Blue) = 78+188+196=462 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.88% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #4EBCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCC4 is #B1433B. Grayscale: #9B9B9B. Windows color (decimal): -11617084 or 12893262. OLE color: 12893262.
HSL color Cylindrical-coordinate representation of color #4EBCC4: hue angle of 184.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EBCC4 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 188 | 196 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.23 |
| HSL | 184.07º | 0.5% | 0.54% | - |
| HSV(B) | 184.07º | 0.6% | 0.77% | - |
| XYZ | 31.09 | 41.57 | 58.61 | - |
| YUV | 156.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 196 | 0.60 | 0.04 | 0 | 0.23 | 184.07 | 0.5 | 0.54 |
| Hex | 4E | BC | C4 | 3C | 4 | 0 | 17 | B8 | 32 | 36 |
| Octal | 116 | 274 | 304 | 74 | 4 | 0 | 27 | 270 | 62 | 66 |
| Binary | 1001110 | 10111100 | 11000100 | 111100 | 100 | 0 | 10111 | 10111000 | 110010 | 110110 |
Color Harmonies of #4EBCC4
Complementary color
Monochromatic Colors of #4EBCC4
Black with #4EBCC4
Text Example
Text Example
White with #4EBCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBCC4; }
p { color: rgb(78,188,196); }
H1.HeaderClassName
{
color: #4EBCC4;
}
.AnyTagClassName
{
color: #4EBCC4;
}
</style>
background-color css
<style>
a { background-color: #4EBCC4; }
a { background-color: rgb(78,188,196); }
div.DivClassName
{
background-color: #4EBCC4;
}
.BgClassName
{
background-color: #4EBCC4;
}
</style>
border-color css
<style>
span { border-color: #4EBCC4; }
span { border-color: rgb(78,188,196); }
td.TdClassName
{
border-color: #4EBCC4;
}
.TagClassName
{
border-color: #4EBCC4;
}
</style>