Shades of Viking #4CBFCD
Tints of Viking #4CBFCD
RGB
CMYK
RGB Variations
Color information
#4CBFCD (or 0x4CBFCD) is known color: Viking. HEX triplet: 4C, BF and CD. RGB value is (76,191,205). Sum of RGB (Red+Green+Blue) = 76+191+205=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CBFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFCD is #B34032. Grayscale: #9E9E9E. Windows color (decimal): -11747379 or 13483852. OLE color: 13483852.
HSL color Cylindrical-coordinate representation of color #4CBFCD: hue angle of 186.51º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBFCD is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 191 | 205 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.20 |
| HSL | 186.51º | 0.56% | 0.55% | - |
| HSV(B) | 186.51º | 0.63% | 0.8% | - |
| XYZ | 32.63 | 43.21 | 64.38 | - |
| YUV | 158.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 205 | 0.63 | 0.07 | 0 | 0.20 | 186.51 | 0.56 | 0.55 |
| Hex | 4C | BF | CD | 3F | 7 | 0 | 14 | BB | 38 | 37 |
| Octal | 114 | 277 | 315 | 77 | 7 | 0 | 24 | 273 | 70 | 67 |
| Binary | 1001100 | 10111111 | 11001101 | 111111 | 111 | 0 | 10100 | 10111011 | 111000 | 110111 |
Color Harmonies of #4CBFCD
Complementary color
Monochromatic Colors of #4CBFCD
Black with #4CBFCD
Text Example
Text Example
White with #4CBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFCD; }
p { color: rgb(76,191,205); }
H1.HeaderClassName
{
color: #4CBFCD;
}
.AnyTagClassName
{
color: #4CBFCD;
}
</style>
background-color css
<style>
a { background-color: #4CBFCD; }
a { background-color: rgb(76,191,205); }
div.DivClassName
{
background-color: #4CBFCD;
}
.BgClassName
{
background-color: #4CBFCD;
}
</style>
border-color css
<style>
span { border-color: #4CBFCD; }
span { border-color: rgb(76,191,205); }
td.TdClassName
{
border-color: #4CBFCD;
}
.TagClassName
{
border-color: #4CBFCD;
}
</style>