Shades of Viking #4FBECF
Tints of Viking #4FBECF
RGB
CMYK
RGB Variations
Color information
#4FBECF (or 0x4FBECF) is known color: Viking. HEX triplet: 4F, BE and CF. RGB value is (79,190,207). Sum of RGB (Red+Green+Blue) = 79+190+207=476 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.60% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FBECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBECF is #B04130. Grayscale: #9E9E9E. Windows color (decimal): -11551025 or 13614671. OLE color: 13614671.
HSL color Cylindrical-coordinate representation of color #4FBECF: hue angle of 187.97º 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 #4FBECF is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 190 | 207 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.19 |
| HSL | 187.97º | 0.57% | 0.56% | - |
| HSV(B) | 187.97º | 0.62% | 0.81% | - |
| XYZ | 32.9 | 42.99 | 65.6 | - |
| YUV | 158.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 190 | 207 | 0.62 | 0.08 | 0 | 0.19 | 187.97 | 0.57 | 0.56 |
| Hex | 4F | BE | CF | 3E | 8 | 0 | 13 | BC | 39 | 38 |
| Octal | 117 | 276 | 317 | 76 | 10 | 0 | 23 | 274 | 71 | 70 |
| Binary | 1001111 | 10111110 | 11001111 | 111110 | 1000 | 0 | 10011 | 10111100 | 111001 | 111000 |
Color Harmonies of #4FBECF
Complementary color
Monochromatic Colors of #4FBECF
Black with #4FBECF
Text Example
Text Example
White with #4FBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBECF; }
p { color: rgb(79,190,207); }
H1.HeaderClassName
{
color: #4FBECF;
}
.AnyTagClassName
{
color: #4FBECF;
}
</style>
background-color css
<style>
a { background-color: #4FBECF; }
a { background-color: rgb(79,190,207); }
div.DivClassName
{
background-color: #4FBECF;
}
.BgClassName
{
background-color: #4FBECF;
}
</style>
border-color css
<style>
span { border-color: #4FBECF; }
span { border-color: rgb(79,190,207); }
td.TdClassName
{
border-color: #4FBECF;
}
.TagClassName
{
border-color: #4FBECF;
}
</style>