Shades of Viking #4FB3BC
Tints of Viking #4FB3BC
RGB
CMYK
RGB Variations
Color information
#4FB3BC (or 0x4FB3BC) is known color: Viking. HEX triplet: 4F, B3 and BC. RGB value is (79,179,188). Sum of RGB (Red+Green+Blue) = 79+179+188=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #4FB3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB3BC is #B04C43. Grayscale: #959595. Windows color (decimal): -11553860 or 12366671. OLE color: 12366671.
HSL color Cylindrical-coordinate representation of color #4FB3BC: hue angle of 184.95º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FB3BC is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 179 | 188 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.26 |
| HSL | 184.95º | 0.45% | 0.52% | - |
| HSV(B) | 184.95º | 0.58% | 0.74% | - |
| XYZ | 28.42 | 37.53 | 53.32 | - |
| YUV | 150.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 188 | 0.58 | 0.05 | 0 | 0.26 | 184.95 | 0.45 | 0.52 |
| Hex | 4F | B3 | BC | 3A | 5 | 0 | 1A | B9 | 2D | 34 |
| Octal | 117 | 263 | 274 | 72 | 5 | 0 | 32 | 271 | 55 | 64 |
| Binary | 1001111 | 10110011 | 10111100 | 111010 | 101 | 0 | 11010 | 10111001 | 101101 | 110100 |
Color Harmonies of #4FB3BC
Complementary color
Monochromatic Colors of #4FB3BC
Black with #4FB3BC
Text Example
Text Example
White with #4FB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB3BC; }
p { color: rgb(79,179,188); }
H1.HeaderClassName
{
color: #4FB3BC;
}
.AnyTagClassName
{
color: #4FB3BC;
}
</style>
background-color css
<style>
a { background-color: #4FB3BC; }
a { background-color: rgb(79,179,188); }
div.DivClassName
{
background-color: #4FB3BC;
}
.BgClassName
{
background-color: #4FB3BC;
}
</style>
border-color css
<style>
span { border-color: #4FB3BC; }
span { border-color: rgb(79,179,188); }
td.TdClassName
{
border-color: #4FB3BC;
}
.TagClassName
{
border-color: #4FB3BC;
}
</style>