Shades of Viking #4FBFC7
Tints of Viking #4FBFC7
RGB
CMYK
RGB Variations
Color information
#4FBFC7 (or 0x4FBFC7) is known color: Viking. HEX triplet: 4F, BF and C7. RGB value is (79,191,199). Sum of RGB (Red+Green+Blue) = 79+191+199=469 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.84% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #4FBFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFC7 is #B04038. Grayscale: #9E9E9E. Windows color (decimal): -11550777 or 13090639. OLE color: 13090639.
HSL color Cylindrical-coordinate representation of color #4FBFC7: hue angle of 184º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FBFC7 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 191 | 199 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.22 |
| HSL | 184º | 0.52% | 0.55% | - |
| HSV(B) | 184º | 0.6% | 0.78% | - |
| XYZ | 32.16 | 43.05 | 60.65 | - |
| YUV | 158.42 | 150.89 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 199 | 0.60 | 0.04 | 0 | 0.22 | 184 | 0.52 | 0.55 |
| Hex | 4F | BF | C7 | 3C | 4 | 0 | 16 | B8 | 34 | 37 |
| Octal | 117 | 277 | 307 | 74 | 4 | 0 | 26 | 270 | 64 | 67 |
| Binary | 1001111 | 10111111 | 11000111 | 111100 | 100 | 0 | 10110 | 10111000 | 110100 | 110111 |
Color Harmonies of #4FBFC7
Complementary color
Monochromatic Colors of #4FBFC7
Black with #4FBFC7
Text Example
Text Example
White with #4FBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBFC7; }
p { color: rgb(79,191,199); }
H1.HeaderClassName
{
color: #4FBFC7;
}
.AnyTagClassName
{
color: #4FBFC7;
}
</style>
background-color css
<style>
a { background-color: #4FBFC7; }
a { background-color: rgb(79,191,199); }
div.DivClassName
{
background-color: #4FBFC7;
}
.BgClassName
{
background-color: #4FBFC7;
}
</style>
border-color css
<style>
span { border-color: #4FBFC7; }
span { border-color: rgb(79,191,199); }
td.TdClassName
{
border-color: #4FBFC7;
}
.TagClassName
{
border-color: #4FBFC7;
}
</style>