Shades of Viking #4FBDCA
Tints of Viking #4FBDCA
RGB
CMYK
RGB Variations
Color information
#4FBDCA (or 0x4FBDCA) is known color: Viking. HEX triplet: 4F, BD and CA. RGB value is (79,189,202). Sum of RGB (Red+Green+Blue) = 79+189+202=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FBDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBDCA is #B04235. Grayscale: #9D9D9D. Windows color (decimal): -11551286 or 13286735. OLE color: 13286735.
HSL color Cylindrical-coordinate representation of color #4FBDCA: hue angle of 186.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FBDCA is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 189 | 202 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.21 |
| HSL | 186.34º | 0.54% | 0.55% | - |
| HSV(B) | 186.34º | 0.61% | 0.79% | - |
| XYZ | 32.08 | 42.32 | 62.36 | - |
| YUV | 157.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 202 | 0.61 | 0.06 | 0 | 0.21 | 186.34 | 0.54 | 0.55 |
| Hex | 4F | BD | CA | 3D | 6 | 0 | 15 | BA | 36 | 37 |
| Octal | 117 | 275 | 312 | 75 | 6 | 0 | 25 | 272 | 66 | 67 |
| Binary | 1001111 | 10111101 | 11001010 | 111101 | 110 | 0 | 10101 | 10111010 | 110110 | 110111 |
Color Harmonies of #4FBDCA
Complementary color
Monochromatic Colors of #4FBDCA
Black with #4FBDCA
Text Example
Text Example
White with #4FBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBDCA; }
p { color: rgb(79,189,202); }
H1.HeaderClassName
{
color: #4FBDCA;
}
.AnyTagClassName
{
color: #4FBDCA;
}
</style>
background-color css
<style>
a { background-color: #4FBDCA; }
a { background-color: rgb(79,189,202); }
div.DivClassName
{
background-color: #4FBDCA;
}
.BgClassName
{
background-color: #4FBDCA;
}
</style>
border-color css
<style>
span { border-color: #4FBDCA; }
span { border-color: rgb(79,189,202); }
td.TdClassName
{
border-color: #4FBDCA;
}
.TagClassName
{
border-color: #4FBDCA;
}
</style>