Shades of Viking #4FADCF
Tints of Viking #4FADCF
RGB
CMYK
RGB Variations
Color information
#4FADCF (or 0x4FADCF) is known color: Viking. HEX triplet: 4F, AD and CF. RGB value is (79,173,207). Sum of RGB (Red+Green+Blue) = 79+173+207=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADCF is #B05230. Grayscale: #949494. Windows color (decimal): -11555377 or 13610319. OLE color: 13610319.
HSL color Cylindrical-coordinate representation of color #4FADCF: hue angle of 195.94º 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 #4FADCF is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 173 | 207 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.19 |
| HSL | 195.94º | 0.57% | 0.56% | - |
| HSV(B) | 195.94º | 0.62% | 0.81% | - |
| XYZ | 29.43 | 36.05 | 64.44 | - |
| YUV | 148.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 207 | 0.62 | 0.16 | 0 | 0.19 | 195.94 | 0.57 | 0.56 |
| Hex | 4F | AD | CF | 3E | 10 | 0 | 13 | C4 | 39 | 38 |
| Octal | 117 | 255 | 317 | 76 | 20 | 0 | 23 | 304 | 71 | 70 |
| Binary | 1001111 | 10101101 | 11001111 | 111110 | 10000 | 0 | 10011 | 11000100 | 111001 | 111000 |
Color Harmonies of #4FADCF
Complementary color
Monochromatic Colors of #4FADCF
Black with #4FADCF
Text Example
Text Example
White with #4FADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADCF; }
p { color: rgb(79,173,207); }
H1.HeaderClassName
{
color: #4FADCF;
}
.AnyTagClassName
{
color: #4FADCF;
}
</style>
background-color css
<style>
a { background-color: #4FADCF; }
a { background-color: rgb(79,173,207); }
div.DivClassName
{
background-color: #4FADCF;
}
.BgClassName
{
background-color: #4FADCF;
}
</style>
border-color css
<style>
span { border-color: #4FADCF; }
span { border-color: rgb(79,173,207); }
td.TdClassName
{
border-color: #4FADCF;
}
.TagClassName
{
border-color: #4FADCF;
}
</style>