Shades of Viking #4FB3BD
Tints of Viking #4FB3BD
RGB
CMYK
RGB Variations
Color information
#4FB3BD (or 0x4FB3BD) is known color: Viking. HEX triplet: 4F, B3 and BD. RGB value is (79,179,189). Sum of RGB (Red+Green+Blue) = 79+179+189=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FB3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB3BD is #B04C42. Grayscale: #969696. Windows color (decimal): -11553859 or 12432207. OLE color: 12432207.
HSL color Cylindrical-coordinate representation of color #4FB3BD: hue angle of 185.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FB3BD is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 179 | 189 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.26 |
| HSL | 185.45º | 0.45% | 0.53% | - |
| HSV(B) | 185.45º | 0.58% | 0.74% | - |
| XYZ | 28.53 | 37.58 | 53.89 | - |
| YUV | 150.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 189 | 0.58 | 0.05 | 0 | 0.26 | 185.45 | 0.45 | 0.53 |
| Hex | 4F | B3 | BD | 3A | 5 | 0 | 1A | B9 | 2D | 35 |
| Octal | 117 | 263 | 275 | 72 | 5 | 0 | 32 | 271 | 55 | 65 |
| Binary | 1001111 | 10110011 | 10111101 | 111010 | 101 | 0 | 11010 | 10111001 | 101101 | 110101 |
Color Harmonies of #4FB3BD
Complementary color
Monochromatic Colors of #4FB3BD
Black with #4FB3BD
Text Example
Text Example
White with #4FB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB3BD; }
p { color: rgb(79,179,189); }
H1.HeaderClassName
{
color: #4FB3BD;
}
.AnyTagClassName
{
color: #4FB3BD;
}
</style>
background-color css
<style>
a { background-color: #4FB3BD; }
a { background-color: rgb(79,179,189); }
div.DivClassName
{
background-color: #4FB3BD;
}
.BgClassName
{
background-color: #4FB3BD;
}
</style>
border-color css
<style>
span { border-color: #4FB3BD; }
span { border-color: rgb(79,179,189); }
td.TdClassName
{
border-color: #4FB3BD;
}
.TagClassName
{
border-color: #4FB3BD;
}
</style>