Shades of Viking #4DACCD
Tints of Viking #4DACCD
RGB
CMYK
RGB Variations
Color information
#4DACCD (or 0x4DACCD) is known color: Viking. HEX triplet: 4D, AC and CD. RGB value is (77,172,205). Sum of RGB (Red+Green+Blue) = 77+172+205=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 172 (67.58% from 255 or 37.89% 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 #4DACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACCD is #B25332. Grayscale: #939393. Windows color (decimal): -11686707 or 13478989. OLE color: 13478989.
HSL color Cylindrical-coordinate representation of color #4DACCD: hue angle of 195.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DACCD is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 172 | 205 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.20 |
| HSL | 195.47º | 0.56% | 0.55% | - |
| HSV(B) | 195.47º | 0.62% | 0.8% | - |
| XYZ | 28.83 | 35.49 | 63.09 | - |
| YUV | 147.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 205 | 0.62 | 0.16 | 0 | 0.20 | 195.47 | 0.56 | 0.55 |
| Hex | 4D | AC | CD | 3E | 10 | 0 | 14 | C3 | 38 | 37 |
| Octal | 115 | 254 | 315 | 76 | 20 | 0 | 24 | 303 | 70 | 67 |
| Binary | 1001101 | 10101100 | 11001101 | 111110 | 10000 | 0 | 10100 | 11000011 | 111000 | 110111 |
Color Harmonies of #4DACCD
Complementary color
Monochromatic Colors of #4DACCD
Black with #4DACCD
Text Example
Text Example
White with #4DACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACCD; }
p { color: rgb(77,172,205); }
H1.HeaderClassName
{
color: #4DACCD;
}
.AnyTagClassName
{
color: #4DACCD;
}
</style>
background-color css
<style>
a { background-color: #4DACCD; }
a { background-color: rgb(77,172,205); }
div.DivClassName
{
background-color: #4DACCD;
}
.BgClassName
{
background-color: #4DACCD;
}
</style>
border-color css
<style>
span { border-color: #4DACCD; }
span { border-color: rgb(77,172,205); }
td.TdClassName
{
border-color: #4DACCD;
}
.TagClassName
{
border-color: #4DACCD;
}
</style>