Shades of Viking #4FBACD
Tints of Viking #4FBACD
RGB
CMYK
RGB Variations
Color information
#4FBACD (or 0x4FBACD) is known color: Viking. HEX triplet: 4F, BA and CD. RGB value is (79,186,205). Sum of RGB (Red+Green+Blue) = 79+186+205=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBACD is #B04532. Grayscale: #9B9B9B. Windows color (decimal): -11552051 or 13482575. OLE color: 13482575.
HSL color Cylindrical-coordinate representation of color #4FBACD: hue angle of 189.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBACD is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 186 | 205 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.20 |
| HSL | 189.05º | 0.56% | 0.56% | - |
| HSV(B) | 189.05º | 0.61% | 0.8% | - |
| XYZ | 31.8 | 41.19 | 64.03 | - |
| YUV | 156.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 205 | 0.61 | 0.09 | 0 | 0.20 | 189.05 | 0.56 | 0.56 |
| Hex | 4F | BA | CD | 3D | 9 | 0 | 14 | BD | 38 | 38 |
| Octal | 117 | 272 | 315 | 75 | 11 | 0 | 24 | 275 | 70 | 70 |
| Binary | 1001111 | 10111010 | 11001101 | 111101 | 1001 | 0 | 10100 | 10111101 | 111000 | 111000 |
Color Harmonies of #4FBACD
Complementary color
Monochromatic Colors of #4FBACD
Black with #4FBACD
Text Example
Text Example
White with #4FBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBACD; }
p { color: rgb(79,186,205); }
H1.HeaderClassName
{
color: #4FBACD;
}
.AnyTagClassName
{
color: #4FBACD;
}
</style>
background-color css
<style>
a { background-color: #4FBACD; }
a { background-color: rgb(79,186,205); }
div.DivClassName
{
background-color: #4FBACD;
}
.BgClassName
{
background-color: #4FBACD;
}
</style>
border-color css
<style>
span { border-color: #4FBACD; }
span { border-color: rgb(79,186,205); }
td.TdClassName
{
border-color: #4FBACD;
}
.TagClassName
{
border-color: #4FBACD;
}
</style>