Shades of Viking #4CBFD6
Tints of Viking #4CBFD6
RGB
CMYK
RGB Variations
Color information
#4CBFD6 (or 0x4CBFD6) is known color: Viking. HEX triplet: 4C, BF and D6. RGB value is (76,191,214). Sum of RGB (Red+Green+Blue) = 76+191+214=481 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.80% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #4CBFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFD6 is #B34029. Grayscale: #9F9F9F. Windows color (decimal): -11747370 or 14073676. OLE color: 14073676.
HSL color Cylindrical-coordinate representation of color #4CBFD6: hue angle of 190º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CBFD6 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 191 | 214 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.16 |
| HSL | 190º | 0.63% | 0.57% | - |
| HSV(B) | 190º | 0.64% | 0.84% | - |
| XYZ | 33.75 | 43.65 | 70.27 | - |
| YUV | 159.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 214 | 0.64 | 0.11 | 0 | 0.16 | 190 | 0.63 | 0.57 |
| Hex | 4C | BF | D6 | 40 | B | 0 | 10 | BE | 3F | 39 |
| Octal | 114 | 277 | 326 | 100 | 13 | 0 | 20 | 276 | 77 | 71 |
| Binary | 1001100 | 10111111 | 11010110 | 1000000 | 1011 | 0 | 10000 | 10111110 | 111111 | 111001 |
Color Harmonies of #4CBFD6
Complementary color
Monochromatic Colors of #4CBFD6
Black with #4CBFD6
Text Example
Text Example
White with #4CBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFD6; }
p { color: rgb(76,191,214); }
H1.HeaderClassName
{
color: #4CBFD6;
}
.AnyTagClassName
{
color: #4CBFD6;
}
</style>
background-color css
<style>
a { background-color: #4CBFD6; }
a { background-color: rgb(76,191,214); }
div.DivClassName
{
background-color: #4CBFD6;
}
.BgClassName
{
background-color: #4CBFD6;
}
</style>
border-color css
<style>
span { border-color: #4CBFD6; }
span { border-color: rgb(76,191,214); }
td.TdClassName
{
border-color: #4CBFD6;
}
.TagClassName
{
border-color: #4CBFD6;
}
</style>