Shades of Viking #4CBACF
Tints of Viking #4CBACF
RGB
CMYK
RGB Variations
Color information
#4CBACF (or 0x4CBACF) is known color: Viking. HEX triplet: 4C, BA and CF. RGB value is (76,186,207). Sum of RGB (Red+Green+Blue) = 76+186+207=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CBACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBACF is #B34530. Grayscale: #9B9B9B. Windows color (decimal): -11748657 or 13613644. OLE color: 13613644.
HSL color Cylindrical-coordinate representation of color #4CBACF: hue angle of 189.62º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBACF is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 186 | 207 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.19 |
| HSL | 189.62º | 0.58% | 0.55% | - |
| HSV(B) | 189.62º | 0.63% | 0.81% | - |
| XYZ | 31.8 | 41.16 | 65.3 | - |
| YUV | 155.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 207 | 0.63 | 0.10 | 0 | 0.19 | 189.62 | 0.58 | 0.55 |
| Hex | 4C | BA | CF | 3F | A | 0 | 13 | BE | 3A | 37 |
| Octal | 114 | 272 | 317 | 77 | 12 | 0 | 23 | 276 | 72 | 67 |
| Binary | 1001100 | 10111010 | 11001111 | 111111 | 1010 | 0 | 10011 | 10111110 | 111010 | 110111 |
Color Harmonies of #4CBACF
Complementary color
Monochromatic Colors of #4CBACF
Black with #4CBACF
Text Example
Text Example
White with #4CBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBACF; }
p { color: rgb(76,186,207); }
H1.HeaderClassName
{
color: #4CBACF;
}
.AnyTagClassName
{
color: #4CBACF;
}
</style>
background-color css
<style>
a { background-color: #4CBACF; }
a { background-color: rgb(76,186,207); }
div.DivClassName
{
background-color: #4CBACF;
}
.BgClassName
{
background-color: #4CBACF;
}
</style>
border-color css
<style>
span { border-color: #4CBACF; }
span { border-color: rgb(76,186,207); }
td.TdClassName
{
border-color: #4CBACF;
}
.TagClassName
{
border-color: #4CBACF;
}
</style>