Shades of Viking #4FB9BD
Tints of Viking #4FB9BD
RGB
CMYK
RGB Variations
Color information
#4FB9BD (or 0x4FB9BD) is known color: Viking. HEX triplet: 4F, B9 and BD. RGB value is (79,185,189). Sum of RGB (Red+Green+Blue) = 79+185+189=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FB9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB9BD is #B04642. Grayscale: #999999. Windows color (decimal): -11552323 or 12433743. OLE color: 12433743.
HSL color Cylindrical-coordinate representation of color #4FB9BD: hue angle of 182.18º 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 #4FB9BD is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 185 | 189 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.26 |
| HSL | 182.18º | 0.45% | 0.53% | - |
| HSV(B) | 182.18º | 0.58% | 0.74% | - |
| XYZ | 29.76 | 40.03 | 54.3 | - |
| YUV | 153.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 185 | 189 | 0.58 | 0.02 | 0 | 0.26 | 182.18 | 0.45 | 0.53 |
| Hex | 4F | B9 | BD | 3A | 2 | 0 | 1A | B6 | 2D | 35 |
| Octal | 117 | 271 | 275 | 72 | 2 | 0 | 32 | 266 | 55 | 65 |
| Binary | 1001111 | 10111001 | 10111101 | 111010 | 10 | 0 | 11010 | 10110110 | 101101 | 110101 |
Color Harmonies of #4FB9BD
Complementary color
Monochromatic Colors of #4FB9BD
Black with #4FB9BD
Text Example
Text Example
White with #4FB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB9BD; }
p { color: rgb(79,185,189); }
H1.HeaderClassName
{
color: #4FB9BD;
}
.AnyTagClassName
{
color: #4FB9BD;
}
</style>
background-color css
<style>
a { background-color: #4FB9BD; }
a { background-color: rgb(79,185,189); }
div.DivClassName
{
background-color: #4FB9BD;
}
.BgClassName
{
background-color: #4FB9BD;
}
</style>
border-color css
<style>
span { border-color: #4FB9BD; }
span { border-color: rgb(79,185,189); }
td.TdClassName
{
border-color: #4FB9BD;
}
.TagClassName
{
border-color: #4FB9BD;
}
</style>