Shades of Viking #4DAECC
Tints of Viking #4DAECC
RGB
CMYK
RGB Variations
Color information
#4DAECC (or 0x4DAECC) is known color: Viking. HEX triplet: 4D, AE and CC. RGB value is (77,174,204). Sum of RGB (Red+Green+Blue) = 77+174+204=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAECC is #B25133. Grayscale: #949494. Windows color (decimal): -11686196 or 13413965. OLE color: 13413965.
HSL color Cylindrical-coordinate representation of color #4DAECC: hue angle of 194.17º degrees, saturation: 0.55, 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 #4DAECC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 174 | 204 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.2 |
| HSL | 194.17º | 0.55% | 0.55% | - |
| HSV(B) | 194.17º | 0.62% | 0.8% | - |
| XYZ | 29.1 | 36.21 | 62.58 | - |
| YUV | 148.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 204 | 0.62 | 0.15 | 0 | 0.2 | 194.17 | 0.55 | 0.55 |
| Hex | 4D | AE | CC | 3E | F | 0 | 14 | C2 | 37 | 37 |
| Octal | 115 | 256 | 314 | 76 | 17 | 0 | 24 | 302 | 67 | 67 |
| Binary | 1001101 | 10101110 | 11001100 | 111110 | 1111 | 0 | 10100 | 11000010 | 110111 | 110111 |
Color Harmonies of #4DAECC
Complementary color
Monochromatic Colors of #4DAECC
Black with #4DAECC
Text Example
Text Example
White with #4DAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAECC; }
p { color: rgb(77,174,204); }
H1.HeaderClassName
{
color: #4DAECC;
}
.AnyTagClassName
{
color: #4DAECC;
}
</style>
background-color css
<style>
a { background-color: #4DAECC; }
a { background-color: rgb(77,174,204); }
div.DivClassName
{
background-color: #4DAECC;
}
.BgClassName
{
background-color: #4DAECC;
}
</style>
border-color css
<style>
span { border-color: #4DAECC; }
span { border-color: rgb(77,174,204); }
td.TdClassName
{
border-color: #4DAECC;
}
.TagClassName
{
border-color: #4DAECC;
}
</style>