Shades of Viking #4FAFCF
Tints of Viking #4FAFCF
RGB
CMYK
RGB Variations
Color information
#4FAFCF (or 0x4FAFCF) is known color: Viking. HEX triplet: 4F, AF and CF. RGB value is (79,175,207). Sum of RGB (Red+Green+Blue) = 79+175+207=461 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.14% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAFCF is #B05030. Grayscale: #959595. Windows color (decimal): -11554865 or 13610831. OLE color: 13610831.
HSL color Cylindrical-coordinate representation of color #4FAFCF: hue angle of 195º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FAFCF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 175 | 207 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.19 |
| HSL | 195º | 0.57% | 0.56% | - |
| HSV(B) | 195º | 0.62% | 0.81% | - |
| XYZ | 29.82 | 36.83 | 64.57 | - |
| YUV | 149.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 207 | 0.62 | 0.15 | 0 | 0.19 | 195 | 0.57 | 0.56 |
| Hex | 4F | AF | CF | 3E | F | 0 | 13 | C3 | 39 | 38 |
| Octal | 117 | 257 | 317 | 76 | 17 | 0 | 23 | 303 | 71 | 70 |
| Binary | 1001111 | 10101111 | 11001111 | 111110 | 1111 | 0 | 10011 | 11000011 | 111001 | 111000 |
Color Harmonies of #4FAFCF
Complementary color
Monochromatic Colors of #4FAFCF
Black with #4FAFCF
Text Example
Text Example
White with #4FAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAFCF; }
p { color: rgb(79,175,207); }
H1.HeaderClassName
{
color: #4FAFCF;
}
.AnyTagClassName
{
color: #4FAFCF;
}
</style>
background-color css
<style>
a { background-color: #4FAFCF; }
a { background-color: rgb(79,175,207); }
div.DivClassName
{
background-color: #4FAFCF;
}
.BgClassName
{
background-color: #4FAFCF;
}
</style>
border-color css
<style>
span { border-color: #4FAFCF; }
span { border-color: rgb(79,175,207); }
td.TdClassName
{
border-color: #4FAFCF;
}
.TagClassName
{
border-color: #4FAFCF;
}
</style>