Shades of Viking #4DAFCC
Tints of Viking #4DAFCC
RGB
CMYK
RGB Variations
Color information
#4DAFCC (or 0x4DAFCC) is known color: Viking. HEX triplet: 4D, AF and CC. RGB value is (77,175,204). Sum of RGB (Red+Green+Blue) = 77+175+204=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFCC is #B25033. Grayscale: #949494. Windows color (decimal): -11685940 or 13414221. OLE color: 13414221.
HSL color Cylindrical-coordinate representation of color #4DAFCC: hue angle of 193.7º 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 #4DAFCC is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 175 | 204 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.2 |
| HSL | 193.7º | 0.55% | 0.55% | - |
| HSV(B) | 193.7º | 0.62% | 0.8% | - |
| XYZ | 29.29 | 36.6 | 62.65 | - |
| YUV | 149 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 204 | 0.62 | 0.14 | 0 | 0.2 | 193.7 | 0.55 | 0.55 |
| Hex | 4D | AF | CC | 3E | E | 0 | 14 | C2 | 37 | 37 |
| Octal | 115 | 257 | 314 | 76 | 16 | 0 | 24 | 302 | 67 | 67 |
| Binary | 1001101 | 10101111 | 11001100 | 111110 | 1110 | 0 | 10100 | 11000010 | 110111 | 110111 |
Color Harmonies of #4DAFCC
Complementary color
Monochromatic Colors of #4DAFCC
Black with #4DAFCC
Text Example
Text Example
White with #4DAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFCC; }
p { color: rgb(77,175,204); }
H1.HeaderClassName
{
color: #4DAFCC;
}
.AnyTagClassName
{
color: #4DAFCC;
}
</style>
background-color css
<style>
a { background-color: #4DAFCC; }
a { background-color: rgb(77,175,204); }
div.DivClassName
{
background-color: #4DAFCC;
}
.BgClassName
{
background-color: #4DAFCC;
}
</style>
border-color css
<style>
span { border-color: #4DAFCC; }
span { border-color: rgb(77,175,204); }
td.TdClassName
{
border-color: #4DAFCC;
}
.TagClassName
{
border-color: #4DAFCC;
}
</style>