Shades of Viking #4EA4C3
Tints of Viking #4EA4C3
RGB
CMYK
RGB Variations
Color information
#4EA4C3 (or 0x4EA4C3) is known color: Viking. HEX triplet: 4E, A4 and C3. RGB value is (78,164,195). Sum of RGB (Red+Green+Blue) = 78+164+195=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #4EA4C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA4C3 is #B15B3C. Grayscale: #8D8D8D. Windows color (decimal): -11623229 or 12821582. OLE color: 12821582.
HSL color Cylindrical-coordinate representation of color #4EA4C3: hue angle of 195.9º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EA4C3 is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 164 | 195 | - |
| CMYK | 0.6 | 0.16 | 0 | 0.24 |
| HSL | 195.9º | 0.49% | 0.54% | - |
| HSV(B) | 195.9º | 0.6% | 0.76% | - |
| XYZ | 26.27 | 32.11 | 56.44 | - |
| YUV | 141.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 164 | 195 | 0.6 | 0.16 | 0 | 0.24 | 195.9 | 0.49 | 0.54 |
| Hex | 4E | A4 | C3 | 3C | 10 | 0 | 18 | C4 | 31 | 36 |
| Octal | 116 | 244 | 303 | 74 | 20 | 0 | 30 | 304 | 61 | 66 |
| Binary | 1001110 | 10100100 | 11000011 | 111100 | 10000 | 0 | 11000 | 11000100 | 110001 | 110110 |
Color Harmonies of #4EA4C3
Complementary color
Monochromatic Colors of #4EA4C3
Black with #4EA4C3
Text Example
Text Example
White with #4EA4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA4C3; }
p { color: rgb(78,164,195); }
H1.HeaderClassName
{
color: #4EA4C3;
}
.AnyTagClassName
{
color: #4EA4C3;
}
</style>
background-color css
<style>
a { background-color: #4EA4C3; }
a { background-color: rgb(78,164,195); }
div.DivClassName
{
background-color: #4EA4C3;
}
.BgClassName
{
background-color: #4EA4C3;
}
</style>
border-color css
<style>
span { border-color: #4EA4C3; }
span { border-color: rgb(78,164,195); }
td.TdClassName
{
border-color: #4EA4C3;
}
.TagClassName
{
border-color: #4EA4C3;
}
</style>