Shades of Viking #4DACCF
Tints of Viking #4DACCF
RGB
CMYK
RGB Variations
Color information
#4DACCF (or 0x4DACCF) is known color: Viking. HEX triplet: 4D, AC and CF. RGB value is (77,172,207). Sum of RGB (Red+Green+Blue) = 77+172+207=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACCF is #B25330. Grayscale: #939393. Windows color (decimal): -11686705 or 13610061. OLE color: 13610061.
HSL color Cylindrical-coordinate representation of color #4DACCF: hue angle of 196.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DACCF is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 172 | 207 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.19 |
| HSL | 196.15º | 0.58% | 0.56% | - |
| HSV(B) | 196.15º | 0.63% | 0.81% | - |
| XYZ | 29.08 | 35.59 | 64.37 | - |
| YUV | 147.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 207 | 0.63 | 0.17 | 0 | 0.19 | 196.15 | 0.58 | 0.56 |
| Hex | 4D | AC | CF | 3F | 11 | 0 | 13 | C4 | 3A | 38 |
| Octal | 115 | 254 | 317 | 77 | 21 | 0 | 23 | 304 | 72 | 70 |
| Binary | 1001101 | 10101100 | 11001111 | 111111 | 10001 | 0 | 10011 | 11000100 | 111010 | 111000 |
Color Harmonies of #4DACCF
Complementary color
Monochromatic Colors of #4DACCF
Black with #4DACCF
Text Example
Text Example
White with #4DACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACCF; }
p { color: rgb(77,172,207); }
H1.HeaderClassName
{
color: #4DACCF;
}
.AnyTagClassName
{
color: #4DACCF;
}
</style>
background-color css
<style>
a { background-color: #4DACCF; }
a { background-color: rgb(77,172,207); }
div.DivClassName
{
background-color: #4DACCF;
}
.BgClassName
{
background-color: #4DACCF;
}
</style>
border-color css
<style>
span { border-color: #4DACCF; }
span { border-color: rgb(77,172,207); }
td.TdClassName
{
border-color: #4DACCF;
}
.TagClassName
{
border-color: #4DACCF;
}
</style>