Shades of Viking #4FBEDE
Tints of Viking #4FBEDE
RGB
CMYK
RGB Variations
Color information
#4FBEDE (or 0x4FBEDE) is known color: Viking. HEX triplet: 4F, BE and DE. RGB value is (79,190,222). Sum of RGB (Red+Green+Blue) = 79+190+222=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #4FBEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBEDE is #B04121. Grayscale: #A0A0A0. Windows color (decimal): -11551010 or 14597711. OLE color: 14597711.
HSL color Cylindrical-coordinate representation of color #4FBEDE: hue angle of 193.43º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FBEDE is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 190 | 222 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.13 |
| HSL | 193.43º | 0.68% | 0.59% | - |
| HSV(B) | 193.43º | 0.64% | 0.87% | - |
| XYZ | 34.82 | 43.76 | 75.72 | - |
| YUV | 160.46 | 162.73 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 190 | 222 | 0.64 | 0.14 | 0 | 0.13 | 193.43 | 0.68 | 0.59 |
| Hex | 4F | BE | DE | 40 | E | 0 | D | C1 | 44 | 3B |
| Octal | 117 | 276 | 336 | 100 | 16 | 0 | 15 | 301 | 104 | 73 |
| Binary | 1001111 | 10111110 | 11011110 | 1000000 | 1110 | 0 | 1101 | 11000001 | 1000100 | 111011 |
Color Harmonies of #4FBEDE
Complementary color
Monochromatic Colors of #4FBEDE
Black with #4FBEDE
Text Example
Text Example
White with #4FBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBEDE; }
p { color: rgb(79,190,222); }
H1.HeaderClassName
{
color: #4FBEDE;
}
.AnyTagClassName
{
color: #4FBEDE;
}
</style>
background-color css
<style>
a { background-color: #4FBEDE; }
a { background-color: rgb(79,190,222); }
div.DivClassName
{
background-color: #4FBEDE;
}
.BgClassName
{
background-color: #4FBEDE;
}
</style>
border-color css
<style>
span { border-color: #4FBEDE; }
span { border-color: rgb(79,190,222); }
td.TdClassName
{
border-color: #4FBEDE;
}
.TagClassName
{
border-color: #4FBEDE;
}
</style>