Shades of Viking #4FAFBB
Tints of Viking #4FAFBB
RGB
CMYK
RGB Variations
Color information
#4FAFBB (or 0x4FAFBB) is known color: Viking. HEX triplet: 4F, AF and BB. RGB value is (79,175,187). Sum of RGB (Red+Green+Blue) = 79+175+187=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #4FAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFBB is #B05044. Grayscale: #939393. Windows color (decimal): -11554885 or 12300111. OLE color: 12300111.
HSL color Cylindrical-coordinate representation of color #4FAFBB: hue angle of 186.67º 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 #4FAFBB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 175 | 187 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.27 |
| HSL | 186.67º | 0.44% | 0.52% | - |
| HSV(B) | 186.67º | 0.58% | 0.73% | - |
| XYZ | 27.52 | 35.91 | 52.49 | - |
| YUV | 147.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 187 | 0.58 | 0.06 | 0 | 0.27 | 186.67 | 0.44 | 0.52 |
| Hex | 4F | AF | BB | 3A | 6 | 0 | 1B | BB | 2C | 34 |
| Octal | 117 | 257 | 273 | 72 | 6 | 0 | 33 | 273 | 54 | 64 |
| Binary | 1001111 | 10101111 | 10111011 | 111010 | 110 | 0 | 11011 | 10111011 | 101100 | 110100 |
Color Harmonies of #4FAFBB
Complementary color
Monochromatic Colors of #4FAFBB
Black with #4FAFBB
Text Example
Text Example
White with #4FAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFBB; }
p { color: rgb(79,175,187); }
H1.HeaderClassName
{
color: #4FAFBB;
}
.AnyTagClassName
{
color: #4FAFBB;
}
</style>
background-color css
<style>
a { background-color: #4FAFBB; }
a { background-color: rgb(79,175,187); }
div.DivClassName
{
background-color: #4FAFBB;
}
.BgClassName
{
background-color: #4FAFBB;
}
</style>
border-color css
<style>
span { border-color: #4FAFBB; }
span { border-color: rgb(79,175,187); }
td.TdClassName
{
border-color: #4FAFBB;
}
.TagClassName
{
border-color: #4FAFBB;
}
</style>