Shades of Viking #4EC3DE
Tints of Viking #4EC3DE
RGB
CMYK
RGB Variations
Color information
#4EC3DE (or 0x4EC3DE) is known color: Viking. HEX triplet: 4E, C3 and DE. RGB value is (78,195,222). Sum of RGB (Red+Green+Blue) = 78+195+222=495 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.76% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #4EC3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3DE is #B13C21. Grayscale: #A2A2A2. Windows color (decimal): -11615266 or 14598990. OLE color: 14598990.
HSL color Cylindrical-coordinate representation of color #4EC3DE: hue angle of 191.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EC3DE is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 195 | 222 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.13 |
| HSL | 191.25º | 0.69% | 0.59% | - |
| HSV(B) | 191.25º | 0.65% | 0.87% | - |
| XYZ | 35.84 | 45.92 | 76.08 | - |
| YUV | 163.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 222 | 0.65 | 0.12 | 0 | 0.13 | 191.25 | 0.69 | 0.59 |
| Hex | 4E | C3 | DE | 41 | C | 0 | D | BF | 45 | 3B |
| Octal | 116 | 303 | 336 | 101 | 14 | 0 | 15 | 277 | 105 | 73 |
| Binary | 1001110 | 11000011 | 11011110 | 1000001 | 1100 | 0 | 1101 | 10111111 | 1000101 | 111011 |
Color Harmonies of #4EC3DE
Complementary color
Monochromatic Colors of #4EC3DE
Black with #4EC3DE
Text Example
Text Example
White with #4EC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC3DE; }
p { color: rgb(78,195,222); }
H1.HeaderClassName
{
color: #4EC3DE;
}
.AnyTagClassName
{
color: #4EC3DE;
}
</style>
background-color css
<style>
a { background-color: #4EC3DE; }
a { background-color: rgb(78,195,222); }
div.DivClassName
{
background-color: #4EC3DE;
}
.BgClassName
{
background-color: #4EC3DE;
}
</style>
border-color css
<style>
span { border-color: #4EC3DE; }
span { border-color: rgb(78,195,222); }
td.TdClassName
{
border-color: #4EC3DE;
}
.TagClassName
{
border-color: #4EC3DE;
}
</style>