Shades of Viking #4DAECF
Tints of Viking #4DAECF
RGB
CMYK
RGB Variations
Color information
#4DAECF (or 0x4DAECF) is known color: Viking. HEX triplet: 4D, AE and CF. RGB value is (77,174,207). Sum of RGB (Red+Green+Blue) = 77+174+207=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAECF is #B25130. Grayscale: #949494. Windows color (decimal): -11686193 or 13610573. OLE color: 13610573.
HSL color Cylindrical-coordinate representation of color #4DAECF: hue angle of 195.23º 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 #4DAECF is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 174 | 207 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.19 |
| HSL | 195.23º | 0.58% | 0.56% | - |
| HSV(B) | 195.23º | 0.63% | 0.81% | - |
| XYZ | 29.46 | 36.35 | 64.5 | - |
| YUV | 148.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 207 | 0.63 | 0.16 | 0 | 0.19 | 195.23 | 0.58 | 0.56 |
| Hex | 4D | AE | CF | 3F | 10 | 0 | 13 | C3 | 3A | 38 |
| Octal | 115 | 256 | 317 | 77 | 20 | 0 | 23 | 303 | 72 | 70 |
| Binary | 1001101 | 10101110 | 11001111 | 111111 | 10000 | 0 | 10011 | 11000011 | 111010 | 111000 |
Color Harmonies of #4DAECF
Complementary color
Monochromatic Colors of #4DAECF
Black with #4DAECF
Text Example
Text Example
White with #4DAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAECF; }
p { color: rgb(77,174,207); }
H1.HeaderClassName
{
color: #4DAECF;
}
.AnyTagClassName
{
color: #4DAECF;
}
</style>
background-color css
<style>
a { background-color: #4DAECF; }
a { background-color: rgb(77,174,207); }
div.DivClassName
{
background-color: #4DAECF;
}
.BgClassName
{
background-color: #4DAECF;
}
</style>
border-color css
<style>
span { border-color: #4DAECF; }
span { border-color: rgb(77,174,207); }
td.TdClassName
{
border-color: #4DAECF;
}
.TagClassName
{
border-color: #4DAECF;
}
</style>