Shades of Viking #4FBCDD
Tints of Viking #4FBCDD
RGB
CMYK
RGB Variations
Color information
#4FBCDD (or 0x4FBCDD) is known color: Viking. HEX triplet: 4F, BC and DD. RGB value is (79,188,221). Sum of RGB (Red+Green+Blue) = 79+188+221=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCDD is #B04322. Grayscale: #9E9E9E. Windows color (decimal): -11551523 or 14531663. OLE color: 14531663.
HSL color Cylindrical-coordinate representation of color #4FBCDD: hue angle of 193.94º 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 #4FBCDD is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 188 | 221 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.13 |
| HSL | 193.94º | 0.68% | 0.59% | - |
| HSV(B) | 193.94º | 0.64% | 0.87% | - |
| XYZ | 34.26 | 42.85 | 74.87 | - |
| YUV | 159.17 | 162.89 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 221 | 0.64 | 0.15 | 0 | 0.13 | 193.94 | 0.68 | 0.59 |
| Hex | 4F | BC | DD | 40 | F | 0 | D | C2 | 44 | 3B |
| Octal | 117 | 274 | 335 | 100 | 17 | 0 | 15 | 302 | 104 | 73 |
| Binary | 1001111 | 10111100 | 11011101 | 1000000 | 1111 | 0 | 1101 | 11000010 | 1000100 | 111011 |
Color Harmonies of #4FBCDD
Complementary color
Monochromatic Colors of #4FBCDD
Black with #4FBCDD
Text Example
Text Example
White with #4FBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCDD; }
p { color: rgb(79,188,221); }
H1.HeaderClassName
{
color: #4FBCDD;
}
.AnyTagClassName
{
color: #4FBCDD;
}
</style>
background-color css
<style>
a { background-color: #4FBCDD; }
a { background-color: rgb(79,188,221); }
div.DivClassName
{
background-color: #4FBCDD;
}
.BgClassName
{
background-color: #4FBCDD;
}
</style>
border-color css
<style>
span { border-color: #4FBCDD; }
span { border-color: rgb(79,188,221); }
td.TdClassName
{
border-color: #4FBCDD;
}
.TagClassName
{
border-color: #4FBCDD;
}
</style>