Shades of Viking #4CADD9
Tints of Viking #4CADD9
RGB
CMYK
RGB Variations
Color information
#4CADD9 (or 0x4CADD9) is known color: Viking. HEX triplet: 4C, AD and D9. RGB value is (76,173,217). Sum of RGB (Red+Green+Blue) = 76+173+217=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #4CADD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CADD9 is #B35226. Grayscale: #949494. Windows color (decimal): -11751975 or 14265676. OLE color: 14265676.
HSL color Cylindrical-coordinate representation of color #4CADD9: hue angle of 198.72º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CADD9 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 173 | 217 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.15 |
| HSL | 198.72º | 0.65% | 0.57% | - |
| HSV(B) | 198.72º | 0.65% | 0.85% | - |
| XYZ | 30.45 | 36.43 | 71.07 | - |
| YUV | 149.01 | 166.36 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 217 | 0.65 | 0.20 | 0 | 0.15 | 198.72 | 0.65 | 0.57 |
| Hex | 4C | AD | D9 | 41 | 14 | 0 | F | C7 | 41 | 39 |
| Octal | 114 | 255 | 331 | 101 | 24 | 0 | 17 | 307 | 101 | 71 |
| Binary | 1001100 | 10101101 | 11011001 | 1000001 | 10100 | 0 | 1111 | 11000111 | 1000001 | 111001 |
Color Harmonies of #4CADD9
Complementary color
Monochromatic Colors of #4CADD9
Black with #4CADD9
Text Example
Text Example
White with #4CADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CADD9; }
p { color: rgb(76,173,217); }
H1.HeaderClassName
{
color: #4CADD9;
}
.AnyTagClassName
{
color: #4CADD9;
}
</style>
background-color css
<style>
a { background-color: #4CADD9; }
a { background-color: rgb(76,173,217); }
div.DivClassName
{
background-color: #4CADD9;
}
.BgClassName
{
background-color: #4CADD9;
}
</style>
border-color css
<style>
span { border-color: #4CADD9; }
span { border-color: rgb(76,173,217); }
td.TdClassName
{
border-color: #4CADD9;
}
.TagClassName
{
border-color: #4CADD9;
}
</style>