Shades of Viking #4FBCDB
Tints of Viking #4FBCDB
RGB
CMYK
RGB Variations
Color information
#4FBCDB (or 0x4FBCDB) is known color: Viking. HEX triplet: 4F, BC and DB. RGB value is (79,188,219). Sum of RGB (Red+Green+Blue) = 79+188+219=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCDB is #B04324. Grayscale: #9E9E9E. Windows color (decimal): -11551525 or 14400591. OLE color: 14400591.
HSL color Cylindrical-coordinate representation of color #4FBCDB: hue angle of 193.29º 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 #4FBCDB is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 188 | 219 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.14 |
| HSL | 193.29º | 0.66% | 0.58% | - |
| HSV(B) | 193.29º | 0.64% | 0.86% | - |
| XYZ | 33.99 | 42.74 | 73.48 | - |
| YUV | 158.94 | 161.89 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 219 | 0.64 | 0.14 | 0 | 0.14 | 193.29 | 0.66 | 0.58 |
| Hex | 4F | BC | DB | 40 | E | 0 | E | C1 | 42 | 3A |
| Octal | 117 | 274 | 333 | 100 | 16 | 0 | 16 | 301 | 102 | 72 |
| Binary | 1001111 | 10111100 | 11011011 | 1000000 | 1110 | 0 | 1110 | 11000001 | 1000010 | 111010 |
Color Harmonies of #4FBCDB
Complementary color
Monochromatic Colors of #4FBCDB
Black with #4FBCDB
Text Example
Text Example
White with #4FBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCDB; }
p { color: rgb(79,188,219); }
H1.HeaderClassName
{
color: #4FBCDB;
}
.AnyTagClassName
{
color: #4FBCDB;
}
</style>
background-color css
<style>
a { background-color: #4FBCDB; }
a { background-color: rgb(79,188,219); }
div.DivClassName
{
background-color: #4FBCDB;
}
.BgClassName
{
background-color: #4FBCDB;
}
</style>
border-color css
<style>
span { border-color: #4FBCDB; }
span { border-color: rgb(79,188,219); }
td.TdClassName
{
border-color: #4FBCDB;
}
.TagClassName
{
border-color: #4FBCDB;
}
</style>