Shades of Viking #4FBBDC
Tints of Viking #4FBBDC
RGB
CMYK
RGB Variations
Color information
#4FBBDC (or 0x4FBBDC) is known color: Viking. HEX triplet: 4F, BB and DC. RGB value is (79,187,220). Sum of RGB (Red+Green+Blue) = 79+187+220=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBDC is #B04423. Grayscale: #9E9E9E. Windows color (decimal): -11551780 or 14465871. OLE color: 14465871.
HSL color Cylindrical-coordinate representation of color #4FBBDC: hue angle of 194.04º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FBBDC is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 187 | 220 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.14 |
| HSL | 194.04º | 0.67% | 0.59% | - |
| HSV(B) | 194.04º | 0.64% | 0.86% | - |
| XYZ | 33.91 | 42.37 | 74.1 | - |
| YUV | 158.47 | 162.72 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 187 | 220 | 0.64 | 0.15 | 0 | 0.14 | 194.04 | 0.67 | 0.59 |
| Hex | 4F | BB | DC | 40 | F | 0 | E | C2 | 43 | 3B |
| Octal | 117 | 273 | 334 | 100 | 17 | 0 | 16 | 302 | 103 | 73 |
| Binary | 1001111 | 10111011 | 11011100 | 1000000 | 1111 | 0 | 1110 | 11000010 | 1000011 | 111011 |
Color Harmonies of #4FBBDC
Complementary color
Monochromatic Colors of #4FBBDC
Black with #4FBBDC
Text Example
Text Example
White with #4FBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBBDC; }
p { color: rgb(79,187,220); }
H1.HeaderClassName
{
color: #4FBBDC;
}
.AnyTagClassName
{
color: #4FBBDC;
}
</style>
background-color css
<style>
a { background-color: #4FBBDC; }
a { background-color: rgb(79,187,220); }
div.DivClassName
{
background-color: #4FBBDC;
}
.BgClassName
{
background-color: #4FBBDC;
}
</style>
border-color css
<style>
span { border-color: #4FBBDC; }
span { border-color: rgb(79,187,220); }
td.TdClassName
{
border-color: #4FBBDC;
}
.TagClassName
{
border-color: #4FBBDC;
}
</style>