Shades of Viking #4FB4BA
Tints of Viking #4FB4BA
RGB
CMYK
RGB Variations
Color information
#4FB4BA (or 0x4FB4BA) is known color: Viking. HEX triplet: 4F, B4 and BA. RGB value is (79,180,186). Sum of RGB (Red+Green+Blue) = 79+180+186=445 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.75% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #4FB4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB4BA is #B04B45. Grayscale: #969696. Windows color (decimal): -11553606 or 12235855. OLE color: 12235855.
HSL color Cylindrical-coordinate representation of color #4FB4BA: hue angle of 183.36º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FB4BA is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 180 | 186 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.27 |
| HSL | 183.36º | 0.44% | 0.52% | - |
| HSV(B) | 183.36º | 0.58% | 0.73% | - |
| XYZ | 28.41 | 37.85 | 52.26 | - |
| YUV | 150.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 186 | 0.58 | 0.03 | 0 | 0.27 | 183.36 | 0.44 | 0.52 |
| Hex | 4F | B4 | BA | 3A | 3 | 0 | 1B | B7 | 2C | 34 |
| Octal | 117 | 264 | 272 | 72 | 3 | 0 | 33 | 267 | 54 | 64 |
| Binary | 1001111 | 10110100 | 10111010 | 111010 | 11 | 0 | 11011 | 10110111 | 101100 | 110100 |
Color Harmonies of #4FB4BA
Complementary color
Monochromatic Colors of #4FB4BA
Black with #4FB4BA
Text Example
Text Example
White with #4FB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB4BA; }
p { color: rgb(79,180,186); }
H1.HeaderClassName
{
color: #4FB4BA;
}
.AnyTagClassName
{
color: #4FB4BA;
}
</style>
background-color css
<style>
a { background-color: #4FB4BA; }
a { background-color: rgb(79,180,186); }
div.DivClassName
{
background-color: #4FB4BA;
}
.BgClassName
{
background-color: #4FB4BA;
}
</style>
border-color css
<style>
span { border-color: #4FB4BA; }
span { border-color: rgb(79,180,186); }
td.TdClassName
{
border-color: #4FB4BA;
}
.TagClassName
{
border-color: #4FB4BA;
}
</style>