Shades of Viking #4DACCE
Tints of Viking #4DACCE
RGB
CMYK
RGB Variations
Color information
#4DACCE (or 0x4DACCE) is known color: Viking. HEX triplet: 4D, AC and CE. RGB value is (77,172,206). Sum of RGB (Red+Green+Blue) = 77+172+206=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACCE is #B25331. Grayscale: #939393. Windows color (decimal): -11686706 or 13544525. OLE color: 13544525.
HSL color Cylindrical-coordinate representation of color #4DACCE: hue angle of 195.81º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DACCE is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 172 | 206 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.19 |
| HSL | 195.81º | 0.57% | 0.55% | - |
| HSV(B) | 195.81º | 0.63% | 0.81% | - |
| XYZ | 28.95 | 35.54 | 63.73 | - |
| YUV | 147.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 206 | 0.63 | 0.17 | 0 | 0.19 | 195.81 | 0.57 | 0.55 |
| Hex | 4D | AC | CE | 3F | 11 | 0 | 13 | C4 | 39 | 37 |
| Octal | 115 | 254 | 316 | 77 | 21 | 0 | 23 | 304 | 71 | 67 |
| Binary | 1001101 | 10101100 | 11001110 | 111111 | 10001 | 0 | 10011 | 11000100 | 111001 | 110111 |
Color Harmonies of #4DACCE
Complementary color
Monochromatic Colors of #4DACCE
Black with #4DACCE
Text Example
Text Example
White with #4DACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACCE; }
p { color: rgb(77,172,206); }
H1.HeaderClassName
{
color: #4DACCE;
}
.AnyTagClassName
{
color: #4DACCE;
}
</style>
background-color css
<style>
a { background-color: #4DACCE; }
a { background-color: rgb(77,172,206); }
div.DivClassName
{
background-color: #4DACCE;
}
.BgClassName
{
background-color: #4DACCE;
}
</style>
border-color css
<style>
span { border-color: #4DACCE; }
span { border-color: rgb(77,172,206); }
td.TdClassName
{
border-color: #4DACCE;
}
.TagClassName
{
border-color: #4DACCE;
}
</style>