Shades of Viking #4FAFBE
Tints of Viking #4FAFBE
RGB
CMYK
RGB Variations
Color information
#4FAFBE (or 0x4FAFBE) is known color: Viking. HEX triplet: 4F, AF and BE. RGB value is (79,175,190). Sum of RGB (Red+Green+Blue) = 79+175+190=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #4FAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFBE is #B05041. Grayscale: #939393. Windows color (decimal): -11554882 or 12496719. OLE color: 12496719.
HSL color Cylindrical-coordinate representation of color #4FAFBE: hue angle of 188.11º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FAFBE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 175 | 190 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.25 |
| HSL | 188.11º | 0.46% | 0.53% | - |
| HSV(B) | 188.11º | 0.58% | 0.75% | - |
| XYZ | 27.85 | 36.04 | 54.2 | - |
| YUV | 148.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 190 | 0.58 | 0.08 | 0 | 0.25 | 188.11 | 0.46 | 0.53 |
| Hex | 4F | AF | BE | 3A | 8 | 0 | 19 | BC | 2E | 35 |
| Octal | 117 | 257 | 276 | 72 | 10 | 0 | 31 | 274 | 56 | 65 |
| Binary | 1001111 | 10101111 | 10111110 | 111010 | 1000 | 0 | 11001 | 10111100 | 101110 | 110101 |
Color Harmonies of #4FAFBE
Complementary color
Monochromatic Colors of #4FAFBE
Black with #4FAFBE
Text Example
Text Example
White with #4FAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFBE; }
p { color: rgb(79,175,190); }
H1.HeaderClassName
{
color: #4FAFBE;
}
.AnyTagClassName
{
color: #4FAFBE;
}
</style>
background-color css
<style>
a { background-color: #4FAFBE; }
a { background-color: rgb(79,175,190); }
div.DivClassName
{
background-color: #4FAFBE;
}
.BgClassName
{
background-color: #4FAFBE;
}
</style>
border-color css
<style>
span { border-color: #4FAFBE; }
span { border-color: rgb(79,175,190); }
td.TdClassName
{
border-color: #4FAFBE;
}
.TagClassName
{
border-color: #4FAFBE;
}
</style>