Shades of Viking #4FADCC
Tints of Viking #4FADCC
RGB
CMYK
RGB Variations
Color information
#4FADCC (or 0x4FADCC) is known color: Viking. HEX triplet: 4F, AD and CC. RGB value is (79,173,204). Sum of RGB (Red+Green+Blue) = 79+173+204=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADCC is #B05233. Grayscale: #949494. Windows color (decimal): -11555380 or 13413711. OLE color: 13413711.
HSL color Cylindrical-coordinate representation of color #4FADCC: hue angle of 194.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FADCC is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 173 | 204 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.2 |
| HSL | 194.88º | 0.55% | 0.55% | - |
| HSV(B) | 194.88º | 0.61% | 0.8% | - |
| XYZ | 29.07 | 35.91 | 62.53 | - |
| YUV | 148.43 | 159.36 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 204 | 0.61 | 0.15 | 0 | 0.2 | 194.88 | 0.55 | 0.55 |
| Hex | 4F | AD | CC | 3D | F | 0 | 14 | C3 | 37 | 37 |
| Octal | 117 | 255 | 314 | 75 | 17 | 0 | 24 | 303 | 67 | 67 |
| Binary | 1001111 | 10101101 | 11001100 | 111101 | 1111 | 0 | 10100 | 11000011 | 110111 | 110111 |
Color Harmonies of #4FADCC
Complementary color
Monochromatic Colors of #4FADCC
Black with #4FADCC
Text Example
Text Example
White with #4FADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADCC; }
p { color: rgb(79,173,204); }
H1.HeaderClassName
{
color: #4FADCC;
}
.AnyTagClassName
{
color: #4FADCC;
}
</style>
background-color css
<style>
a { background-color: #4FADCC; }
a { background-color: rgb(79,173,204); }
div.DivClassName
{
background-color: #4FADCC;
}
.BgClassName
{
background-color: #4FADCC;
}
</style>
border-color css
<style>
span { border-color: #4FADCC; }
span { border-color: rgb(79,173,204); }
td.TdClassName
{
border-color: #4FADCC;
}
.TagClassName
{
border-color: #4FADCC;
}
</style>