Shades of Viking #4FC4DC
Tints of Viking #4FC4DC
RGB
CMYK
RGB Variations
Color information
#4FC4DC (or 0x4FC4DC) is known color: Viking. HEX triplet: 4F, C4 and DC. RGB value is (79,196,220). Sum of RGB (Red+Green+Blue) = 79+196+220=495 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.96% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FC4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC4DC is #B03B23. Grayscale: #A3A3A3. Windows color (decimal): -11549476 or 14468175. OLE color: 14468175.
HSL color Cylindrical-coordinate representation of color #4FC4DC: hue angle of 190.21º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FC4DC is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 196 | 220 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.14 |
| HSL | 190.21º | 0.67% | 0.59% | - |
| HSV(B) | 190.21º | 0.64% | 0.86% | - |
| XYZ | 35.88 | 46.31 | 74.76 | - |
| YUV | 163.75 | 159.74 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 196 | 220 | 0.64 | 0.11 | 0 | 0.14 | 190.21 | 0.67 | 0.59 |
| Hex | 4F | C4 | DC | 40 | B | 0 | E | BE | 43 | 3B |
| Octal | 117 | 304 | 334 | 100 | 13 | 0 | 16 | 276 | 103 | 73 |
| Binary | 1001111 | 11000100 | 11011100 | 1000000 | 1011 | 0 | 1110 | 10111110 | 1000011 | 111011 |
Color Harmonies of #4FC4DC
Complementary color
Monochromatic Colors of #4FC4DC
Black with #4FC4DC
Text Example
Text Example
White with #4FC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC4DC; }
p { color: rgb(79,196,220); }
H1.HeaderClassName
{
color: #4FC4DC;
}
.AnyTagClassName
{
color: #4FC4DC;
}
</style>
background-color css
<style>
a { background-color: #4FC4DC; }
a { background-color: rgb(79,196,220); }
div.DivClassName
{
background-color: #4FC4DC;
}
.BgClassName
{
background-color: #4FC4DC;
}
</style>
border-color css
<style>
span { border-color: #4FC4DC; }
span { border-color: rgb(79,196,220); }
td.TdClassName
{
border-color: #4FC4DC;
}
.TagClassName
{
border-color: #4FC4DC;
}
</style>