Shades of Viking #4CADC6
Tints of Viking #4CADC6
RGB
CMYK
RGB Variations
Color information
#4CADC6 (or 0x4CADC6) is known color: Viking. HEX triplet: 4C, AD and C6. RGB value is (76,173,198). Sum of RGB (Red+Green+Blue) = 76+173+198=447 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.00% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #4CADC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CADC6 is #B35239. Grayscale: #929292. Windows color (decimal): -11751994 or 13020492. OLE color: 13020492.
HSL color Cylindrical-coordinate representation of color #4CADC6: hue angle of 192.3º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CADC6 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 173 | 198 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.22 |
| HSL | 192.3º | 0.52% | 0.54% | - |
| HSV(B) | 192.3º | 0.62% | 0.78% | - |
| XYZ | 28.12 | 35.5 | 58.8 | - |
| YUV | 146.85 | 156.86 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 198 | 0.62 | 0.13 | 0 | 0.22 | 192.3 | 0.52 | 0.54 |
| Hex | 4C | AD | C6 | 3E | D | 0 | 16 | C0 | 34 | 36 |
| Octal | 114 | 255 | 306 | 76 | 15 | 0 | 26 | 300 | 64 | 66 |
| Binary | 1001100 | 10101101 | 11000110 | 111110 | 1101 | 0 | 10110 | 11000000 | 110100 | 110110 |
Color Harmonies of #4CADC6
Complementary color
Monochromatic Colors of #4CADC6
Black with #4CADC6
Text Example
Text Example
White with #4CADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CADC6; }
p { color: rgb(76,173,198); }
H1.HeaderClassName
{
color: #4CADC6;
}
.AnyTagClassName
{
color: #4CADC6;
}
</style>
background-color css
<style>
a { background-color: #4CADC6; }
a { background-color: rgb(76,173,198); }
div.DivClassName
{
background-color: #4CADC6;
}
.BgClassName
{
background-color: #4CADC6;
}
</style>
border-color css
<style>
span { border-color: #4CADC6; }
span { border-color: rgb(76,173,198); }
td.TdClassName
{
border-color: #4CADC6;
}
.TagClassName
{
border-color: #4CADC6;
}
</style>