Shades of Viking #4FBECE
Tints of Viking #4FBECE
RGB
CMYK
RGB Variations
Color information
#4FBECE (or 0x4FBECE) is known color: Viking. HEX triplet: 4F, BE and CE. RGB value is (79,190,206). Sum of RGB (Red+Green+Blue) = 79+190+206=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #4FBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBECE is #B04131. Grayscale: #9E9E9E. Windows color (decimal): -11551026 or 13549135. OLE color: 13549135.
HSL color Cylindrical-coordinate representation of color #4FBECE: hue angle of 187.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FBECE is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 190 | 206 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.19 |
| HSL | 187.56º | 0.56% | 0.56% | - |
| HSV(B) | 187.56º | 0.62% | 0.81% | - |
| XYZ | 32.78 | 42.95 | 64.95 | - |
| YUV | 158.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 190 | 206 | 0.62 | 0.08 | 0 | 0.19 | 187.56 | 0.56 | 0.56 |
| Hex | 4F | BE | CE | 3E | 8 | 0 | 13 | BC | 38 | 38 |
| Octal | 117 | 276 | 316 | 76 | 10 | 0 | 23 | 274 | 70 | 70 |
| Binary | 1001111 | 10111110 | 11001110 | 111110 | 1000 | 0 | 10011 | 10111100 | 111000 | 111000 |
Color Harmonies of #4FBECE
Complementary color
Monochromatic Colors of #4FBECE
Black with #4FBECE
Text Example
Text Example
White with #4FBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBECE; }
p { color: rgb(79,190,206); }
H1.HeaderClassName
{
color: #4FBECE;
}
.AnyTagClassName
{
color: #4FBECE;
}
</style>
background-color css
<style>
a { background-color: #4FBECE; }
a { background-color: rgb(79,190,206); }
div.DivClassName
{
background-color: #4FBECE;
}
.BgClassName
{
background-color: #4FBECE;
}
</style>
border-color css
<style>
span { border-color: #4FBECE; }
span { border-color: rgb(79,190,206); }
td.TdClassName
{
border-color: #4FBECE;
}
.TagClassName
{
border-color: #4FBECE;
}
</style>