Shades of Viking #4FBCCC
Tints of Viking #4FBCCC
RGB
CMYK
RGB Variations
Color information
#4FBCCC (or 0x4FBCCC) is known color: Viking. HEX triplet: 4F, BC and CC. RGB value is (79,188,204). Sum of RGB (Red+Green+Blue) = 79+188+204=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBCCC is #B04333. Grayscale: #9D9D9D. Windows color (decimal): -11551540 or 13417551. OLE color: 13417551.
HSL color Cylindrical-coordinate representation of color #4FBCCC: hue angle of 187.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBCCC is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 188 | 204 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.2 |
| HSL | 187.68º | 0.55% | 0.55% | - |
| HSV(B) | 187.68º | 0.61% | 0.8% | - |
| XYZ | 32.11 | 41.99 | 63.54 | - |
| YUV | 157.23 | 154.39 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 204 | 0.61 | 0.08 | 0 | 0.2 | 187.68 | 0.55 | 0.55 |
| Hex | 4F | BC | CC | 3D | 8 | 0 | 14 | BC | 37 | 37 |
| Octal | 117 | 274 | 314 | 75 | 10 | 0 | 24 | 274 | 67 | 67 |
| Binary | 1001111 | 10111100 | 11001100 | 111101 | 1000 | 0 | 10100 | 10111100 | 110111 | 110111 |
Color Harmonies of #4FBCCC
Complementary color
Monochromatic Colors of #4FBCCC
Black with #4FBCCC
Text Example
Text Example
White with #4FBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBCCC; }
p { color: rgb(79,188,204); }
H1.HeaderClassName
{
color: #4FBCCC;
}
.AnyTagClassName
{
color: #4FBCCC;
}
</style>
background-color css
<style>
a { background-color: #4FBCCC; }
a { background-color: rgb(79,188,204); }
div.DivClassName
{
background-color: #4FBCCC;
}
.BgClassName
{
background-color: #4FBCCC;
}
</style>
border-color css
<style>
span { border-color: #4FBCCC; }
span { border-color: rgb(79,188,204); }
td.TdClassName
{
border-color: #4FBCCC;
}
.TagClassName
{
border-color: #4FBCCC;
}
</style>