Shades of Viking #4FBFDB
Tints of Viking #4FBFDB
RGB
CMYK
RGB Variations
Color information
#4FBFDB (or 0x4FBFDB) is known color: Viking. HEX triplet: 4F, BF and DB. RGB value is (79,191,219). Sum of RGB (Red+Green+Blue) = 79+191+219=489 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.16% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFDB is #B04024. Grayscale: #A0A0A0. Windows color (decimal): -11550757 or 14401359. OLE color: 14401359.
HSL color Cylindrical-coordinate representation of color #4FBFDB: hue angle of 192º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FBFDB is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 191 | 219 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.14 |
| HSL | 192º | 0.66% | 0.58% | - |
| HSV(B) | 192º | 0.64% | 0.86% | - |
| XYZ | 34.64 | 44.04 | 73.69 | - |
| YUV | 160.7 | 160.89 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 219 | 0.64 | 0.13 | 0 | 0.14 | 192 | 0.66 | 0.58 |
| Hex | 4F | BF | DB | 40 | D | 0 | E | C0 | 42 | 3A |
| Octal | 117 | 277 | 333 | 100 | 15 | 0 | 16 | 300 | 102 | 72 |
| Binary | 1001111 | 10111111 | 11011011 | 1000000 | 1101 | 0 | 1110 | 11000000 | 1000010 | 111010 |
Color Harmonies of #4FBFDB
Complementary color
Monochromatic Colors of #4FBFDB
Black with #4FBFDB
Text Example
Text Example
White with #4FBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBFDB; }
p { color: rgb(79,191,219); }
H1.HeaderClassName
{
color: #4FBFDB;
}
.AnyTagClassName
{
color: #4FBFDB;
}
</style>
background-color css
<style>
a { background-color: #4FBFDB; }
a { background-color: rgb(79,191,219); }
div.DivClassName
{
background-color: #4FBFDB;
}
.BgClassName
{
background-color: #4FBFDB;
}
</style>
border-color css
<style>
span { border-color: #4FBFDB; }
span { border-color: rgb(79,191,219); }
td.TdClassName
{
border-color: #4FBFDB;
}
.TagClassName
{
border-color: #4FBFDB;
}
</style>