Shades of Viking #4CBFDC
Tints of Viking #4CBFDC
RGB
CMYK
RGB Variations
Color information
#4CBFDC (or 0x4CBFDC) is known color: Viking. HEX triplet: 4C, BF and DC. RGB value is (76,191,220). Sum of RGB (Red+Green+Blue) = 76+191+220=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CBFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFDC is #B34023. Grayscale: #9F9F9F. Windows color (decimal): -11747364 or 14466892. OLE color: 14466892.
HSL color Cylindrical-coordinate representation of color #4CBFDC: hue angle of 192.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBFDC is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 191 | 220 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.14 |
| HSL | 192.08º | 0.67% | 0.58% | - |
| HSV(B) | 192.08º | 0.65% | 0.86% | - |
| XYZ | 34.53 | 43.97 | 74.38 | - |
| YUV | 159.92 | 161.9 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 220 | 0.65 | 0.13 | 0 | 0.14 | 192.08 | 0.67 | 0.58 |
| Hex | 4C | BF | DC | 41 | D | 0 | E | C0 | 43 | 3A |
| Octal | 114 | 277 | 334 | 101 | 15 | 0 | 16 | 300 | 103 | 72 |
| Binary | 1001100 | 10111111 | 11011100 | 1000001 | 1101 | 0 | 1110 | 11000000 | 1000011 | 111010 |
Color Harmonies of #4CBFDC
Complementary color
Monochromatic Colors of #4CBFDC
Black with #4CBFDC
Text Example
Text Example
White with #4CBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFDC; }
p { color: rgb(76,191,220); }
H1.HeaderClassName
{
color: #4CBFDC;
}
.AnyTagClassName
{
color: #4CBFDC;
}
</style>
background-color css
<style>
a { background-color: #4CBFDC; }
a { background-color: rgb(76,191,220); }
div.DivClassName
{
background-color: #4CBFDC;
}
.BgClassName
{
background-color: #4CBFDC;
}
</style>
border-color css
<style>
span { border-color: #4CBFDC; }
span { border-color: rgb(76,191,220); }
td.TdClassName
{
border-color: #4CBFDC;
}
.TagClassName
{
border-color: #4CBFDC;
}
</style>