Shades of Viking #4CADCD
Tints of Viking #4CADCD
RGB
CMYK
RGB Variations
Color information
#4CADCD (or 0x4CADCD) is known color: Viking. HEX triplet: 4C, AD and CD. RGB value is (76,173,205). Sum of RGB (Red+Green+Blue) = 76+173+205=454 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.74% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CADCD is #B35232. Grayscale: #939393. Windows color (decimal): -11751987 or 13479244. OLE color: 13479244.
HSL color Cylindrical-coordinate representation of color #4CADCD: hue angle of 194.88º 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 #4CADCD is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 173 | 205 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.20 |
| HSL | 194.88º | 0.56% | 0.55% | - |
| HSV(B) | 194.88º | 0.63% | 0.8% | - |
| XYZ | 28.94 | 35.83 | 63.15 | - |
| YUV | 147.65 | 160.36 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 205 | 0.63 | 0.16 | 0 | 0.20 | 194.88 | 0.56 | 0.55 |
| Hex | 4C | AD | CD | 3F | 10 | 0 | 14 | C3 | 38 | 37 |
| Octal | 114 | 255 | 315 | 77 | 20 | 0 | 24 | 303 | 70 | 67 |
| Binary | 1001100 | 10101101 | 11001101 | 111111 | 10000 | 0 | 10100 | 11000011 | 111000 | 110111 |
Color Harmonies of #4CADCD
Complementary color
Monochromatic Colors of #4CADCD
Black with #4CADCD
Text Example
Text Example
White with #4CADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CADCD; }
p { color: rgb(76,173,205); }
H1.HeaderClassName
{
color: #4CADCD;
}
.AnyTagClassName
{
color: #4CADCD;
}
</style>
background-color css
<style>
a { background-color: #4CADCD; }
a { background-color: rgb(76,173,205); }
div.DivClassName
{
background-color: #4CADCD;
}
.BgClassName
{
background-color: #4CADCD;
}
</style>
border-color css
<style>
span { border-color: #4CADCD; }
span { border-color: rgb(76,173,205); }
td.TdClassName
{
border-color: #4CADCD;
}
.TagClassName
{
border-color: #4CADCD;
}
</style>