Shades of Viking #4FAED6
Tints of Viking #4FAED6
RGB
CMYK
RGB Variations
Color information
#4FAED6 (or 0x4FAED6) is known color: Viking. HEX triplet: 4F, AE and D6. RGB value is (79,174,214). Sum of RGB (Red+Green+Blue) = 79+174+214=467 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.92% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #4FAED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAED6 is #B05129. Grayscale: #959595. Windows color (decimal): -11555114 or 14069327. OLE color: 14069327.
HSL color Cylindrical-coordinate representation of color #4FAED6: hue angle of 197.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FAED6 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 174 | 214 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.16 |
| HSL | 197.78º | 0.62% | 0.57% | - |
| HSV(B) | 197.78º | 0.63% | 0.84% | - |
| XYZ | 30.5 | 36.79 | 69.11 | - |
| YUV | 150.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 214 | 0.63 | 0.19 | 0 | 0.16 | 197.78 | 0.62 | 0.57 |
| Hex | 4F | AE | D6 | 3F | 13 | 0 | 10 | C6 | 3E | 39 |
| Octal | 117 | 256 | 326 | 77 | 23 | 0 | 20 | 306 | 76 | 71 |
| Binary | 1001111 | 10101110 | 11010110 | 111111 | 10011 | 0 | 10000 | 11000110 | 111110 | 111001 |
Color Harmonies of #4FAED6
Complementary color
Monochromatic Colors of #4FAED6
Black with #4FAED6
Text Example
Text Example
White with #4FAED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAED6; }
p { color: rgb(79,174,214); }
H1.HeaderClassName
{
color: #4FAED6;
}
.AnyTagClassName
{
color: #4FAED6;
}
</style>
background-color css
<style>
a { background-color: #4FAED6; }
a { background-color: rgb(79,174,214); }
div.DivClassName
{
background-color: #4FAED6;
}
.BgClassName
{
background-color: #4FAED6;
}
</style>
border-color css
<style>
span { border-color: #4FAED6; }
span { border-color: rgb(79,174,214); }
td.TdClassName
{
border-color: #4FAED6;
}
.TagClassName
{
border-color: #4FAED6;
}
</style>