Shades of Viking #4FB0CF
Tints of Viking #4FB0CF
RGB
CMYK
RGB Variations
Color information
#4FB0CF (or 0x4FB0CF) is known color: Viking. HEX triplet: 4F, B0 and CF. RGB value is (79,176,207). Sum of RGB (Red+Green+Blue) = 79+176+207=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FB0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB0CF is #B04F30. Grayscale: #969696. Windows color (decimal): -11554609 or 13611087. OLE color: 13611087.
HSL color Cylindrical-coordinate representation of color #4FB0CF: hue angle of 194.53º 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 #4FB0CF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 176 | 207 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.19 |
| HSL | 194.53º | 0.57% | 0.56% | - |
| HSV(B) | 194.53º | 0.62% | 0.81% | - |
| XYZ | 30.01 | 37.22 | 64.63 | - |
| YUV | 150.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 176 | 207 | 0.62 | 0.15 | 0 | 0.19 | 194.53 | 0.57 | 0.56 |
| Hex | 4F | B0 | CF | 3E | F | 0 | 13 | C3 | 39 | 38 |
| Octal | 117 | 260 | 317 | 76 | 17 | 0 | 23 | 303 | 71 | 70 |
| Binary | 1001111 | 10110000 | 11001111 | 111110 | 1111 | 0 | 10011 | 11000011 | 111001 | 111000 |
Color Harmonies of #4FB0CF
Complementary color
Monochromatic Colors of #4FB0CF
Black with #4FB0CF
Text Example
Text Example
White with #4FB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB0CF; }
p { color: rgb(79,176,207); }
H1.HeaderClassName
{
color: #4FB0CF;
}
.AnyTagClassName
{
color: #4FB0CF;
}
</style>
background-color css
<style>
a { background-color: #4FB0CF; }
a { background-color: rgb(79,176,207); }
div.DivClassName
{
background-color: #4FB0CF;
}
.BgClassName
{
background-color: #4FB0CF;
}
</style>
border-color css
<style>
span { border-color: #4FB0CF; }
span { border-color: rgb(79,176,207); }
td.TdClassName
{
border-color: #4FB0CF;
}
.TagClassName
{
border-color: #4FB0CF;
}
</style>