Shades of Viking #4FAFBD
Tints of Viking #4FAFBD
RGB
CMYK
RGB Variations
Color information
#4FAFBD (or 0x4FAFBD) is known color: Viking. HEX triplet: 4F, AF and BD. RGB value is (79,175,189). Sum of RGB (Red+Green+Blue) = 79+175+189=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #4FAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFBD is #B05042. Grayscale: #939393. Windows color (decimal): -11554883 or 12431183. OLE color: 12431183.
HSL color Cylindrical-coordinate representation of color #4FAFBD: hue angle of 187.64º 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 #4FAFBD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 175 | 189 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.26 |
| HSL | 187.64º | 0.45% | 0.53% | - |
| HSV(B) | 187.64º | 0.58% | 0.74% | - |
| XYZ | 27.74 | 36 | 53.63 | - |
| YUV | 147.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 189 | 0.58 | 0.07 | 0 | 0.26 | 187.64 | 0.45 | 0.53 |
| Hex | 4F | AF | BD | 3A | 7 | 0 | 1A | BC | 2D | 35 |
| Octal | 117 | 257 | 275 | 72 | 7 | 0 | 32 | 274 | 55 | 65 |
| Binary | 1001111 | 10101111 | 10111101 | 111010 | 111 | 0 | 11010 | 10111100 | 101101 | 110101 |
Color Harmonies of #4FAFBD
Complementary color
Monochromatic Colors of #4FAFBD
Black with #4FAFBD
Text Example
Text Example
White with #4FAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFBD; }
p { color: rgb(79,175,189); }
H1.HeaderClassName
{
color: #4FAFBD;
}
.AnyTagClassName
{
color: #4FAFBD;
}
</style>
background-color css
<style>
a { background-color: #4FAFBD; }
a { background-color: rgb(79,175,189); }
div.DivClassName
{
background-color: #4FAFBD;
}
.BgClassName
{
background-color: #4FAFBD;
}
</style>
border-color css
<style>
span { border-color: #4FAFBD; }
span { border-color: rgb(79,175,189); }
td.TdClassName
{
border-color: #4FAFBD;
}
.TagClassName
{
border-color: #4FAFBD;
}
</style>