Shades of Viking #4FBDCF
Tints of Viking #4FBDCF
RGB
CMYK
RGB Variations
Color information
#4FBDCF (or 0x4FBDCF) is known color: Viking. HEX triplet: 4F, BD and CF. RGB value is (79,189,207). Sum of RGB (Red+Green+Blue) = 79+189+207=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FBDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDCF is #B04230. Grayscale: #9D9D9D. Windows color (decimal): -11551281 or 13614415. OLE color: 13614415.
HSL color Cylindrical-coordinate representation of color #4FBDCF: hue angle of 188.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FBDCF is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 189 | 207 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.19 |
| HSL | 188.44º | 0.57% | 0.56% | - |
| HSV(B) | 188.44º | 0.62% | 0.81% | - |
| XYZ | 32.68 | 42.56 | 65.52 | - |
| YUV | 158.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 207 | 0.62 | 0.09 | 0 | 0.19 | 188.44 | 0.57 | 0.56 |
| Hex | 4F | BD | CF | 3E | 9 | 0 | 13 | BC | 39 | 38 |
| Octal | 117 | 275 | 317 | 76 | 11 | 0 | 23 | 274 | 71 | 70 |
| Binary | 1001111 | 10111101 | 11001111 | 111110 | 1001 | 0 | 10011 | 10111100 | 111001 | 111000 |
Color Harmonies of #4FBDCF
Complementary color
Monochromatic Colors of #4FBDCF
Black with #4FBDCF
Text Example
Text Example
White with #4FBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBDCF; }
p { color: rgb(79,189,207); }
H1.HeaderClassName
{
color: #4FBDCF;
}
.AnyTagClassName
{
color: #4FBDCF;
}
</style>
background-color css
<style>
a { background-color: #4FBDCF; }
a { background-color: rgb(79,189,207); }
div.DivClassName
{
background-color: #4FBDCF;
}
.BgClassName
{
background-color: #4FBDCF;
}
</style>
border-color css
<style>
span { border-color: #4FBDCF; }
span { border-color: rgb(79,189,207); }
td.TdClassName
{
border-color: #4FBDCF;
}
.TagClassName
{
border-color: #4FBDCF;
}
</style>