Shades of Viking #4FBDBC
Tints of Viking #4FBDBC
RGB
CMYK
RGB Variations
Color information
#4FBDBC (or 0x4FBDBC) is known color: Viking. HEX triplet: 4F, BD and BC. RGB value is (79,189,188). Sum of RGB (Red+Green+Blue) = 79+189+188=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #4FBDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDBC is #B04243. Grayscale: #9B9B9B. Windows color (decimal): -11551300 or 12369231. OLE color: 12369231.
HSL color Cylindrical-coordinate representation of color #4FBDBC: hue angle of 179.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBDBC is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 189 | 188 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.26 |
| HSL | 179.45º | 0.45% | 0.53% | - |
| HSV(B) | 179.45º | 0.58% | 0.74% | - |
| XYZ | 30.5 | 41.69 | 54.02 | - |
| YUV | 156 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 188 | 0.58 | 0 | 0.01 | 0.26 | 179.45 | 0.45 | 0.53 |
| Hex | 4F | BD | BC | 3A | 0 | 1 | 1A | B3 | 2D | 35 |
| Octal | 117 | 275 | 274 | 72 | 0 | 1 | 32 | 263 | 55 | 65 |
| Binary | 1001111 | 10111101 | 10111100 | 111010 | 0 | 1 | 11010 | 10110011 | 101101 | 110101 |
Color Harmonies of #4FBDBC
Complementary color
Monochromatic Colors of #4FBDBC
Black with #4FBDBC
Text Example
Text Example
White with #4FBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBDBC; }
p { color: rgb(79,189,188); }
H1.HeaderClassName
{
color: #4FBDBC;
}
.AnyTagClassName
{
color: #4FBDBC;
}
</style>
background-color css
<style>
a { background-color: #4FBDBC; }
a { background-color: rgb(79,189,188); }
div.DivClassName
{
background-color: #4FBDBC;
}
.BgClassName
{
background-color: #4FBDBC;
}
</style>
border-color css
<style>
span { border-color: #4FBDBC; }
span { border-color: rgb(79,189,188); }
td.TdClassName
{
border-color: #4FBDBC;
}
.TagClassName
{
border-color: #4FBDBC;
}
</style>