Shades of Viking #4FBEC2
Tints of Viking #4FBEC2
RGB
CMYK
RGB Variations
Color information
#4FBEC2 (or 0x4FBEC2) is known color: Viking. HEX triplet: 4F, BE and C2. RGB value is (79,190,194). Sum of RGB (Red+Green+Blue) = 79+190+194=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #4FBEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBEC2 is #B0413D. Grayscale: #9D9D9D. Windows color (decimal): -11551038 or 12762703. OLE color: 12762703.
HSL color Cylindrical-coordinate representation of color #4FBEC2: hue angle of 182.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FBEC2 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 190 | 194 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.24 |
| HSL | 182.09º | 0.49% | 0.54% | - |
| HSV(B) | 182.09º | 0.59% | 0.76% | - |
| XYZ | 31.38 | 42.38 | 57.57 | - |
| YUV | 157.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 190 | 194 | 0.59 | 0.02 | 0 | 0.24 | 182.09 | 0.49 | 0.54 |
| Hex | 4F | BE | C2 | 3B | 2 | 0 | 18 | B6 | 31 | 36 |
| Octal | 117 | 276 | 302 | 73 | 2 | 0 | 30 | 266 | 61 | 66 |
| Binary | 1001111 | 10111110 | 11000010 | 111011 | 10 | 0 | 11000 | 10110110 | 110001 | 110110 |
Color Harmonies of #4FBEC2
Complementary color
Monochromatic Colors of #4FBEC2
Black with #4FBEC2
Text Example
Text Example
White with #4FBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBEC2; }
p { color: rgb(79,190,194); }
H1.HeaderClassName
{
color: #4FBEC2;
}
.AnyTagClassName
{
color: #4FBEC2;
}
</style>
background-color css
<style>
a { background-color: #4FBEC2; }
a { background-color: rgb(79,190,194); }
div.DivClassName
{
background-color: #4FBEC2;
}
.BgClassName
{
background-color: #4FBEC2;
}
</style>
border-color css
<style>
span { border-color: #4FBEC2; }
span { border-color: rgb(79,190,194); }
td.TdClassName
{
border-color: #4FBEC2;
}
.TagClassName
{
border-color: #4FBEC2;
}
</style>