Shades of Viking #4DA7CC
Tints of Viking #4DA7CC
RGB
CMYK
RGB Variations
Color information
#4DA7CC (or 0x4DA7CC) is known color: Viking. HEX triplet: 4D, A7 and CC. RGB value is (77,167,204). Sum of RGB (Red+Green+Blue) = 77+167+204=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DA7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA7CC is #B25833. Grayscale: #909090. Windows color (decimal): -11687988 or 13412173. OLE color: 13412173.
HSL color Cylindrical-coordinate representation of color #4DA7CC: hue angle of 197.48º 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 #4DA7CC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 167 | 204 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.2 |
| HSL | 197.48º | 0.55% | 0.55% | - |
| HSV(B) | 197.48º | 0.62% | 0.8% | - |
| XYZ | 27.78 | 33.57 | 62.14 | - |
| YUV | 144.31 | 161.68 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 167 | 204 | 0.62 | 0.18 | 0 | 0.2 | 197.48 | 0.55 | 0.55 |
| Hex | 4D | A7 | CC | 3E | 12 | 0 | 14 | C5 | 37 | 37 |
| Octal | 115 | 247 | 314 | 76 | 22 | 0 | 24 | 305 | 67 | 67 |
| Binary | 1001101 | 10100111 | 11001100 | 111110 | 10010 | 0 | 10100 | 11000101 | 110111 | 110111 |
Color Harmonies of #4DA7CC
Complementary color
Monochromatic Colors of #4DA7CC
Black with #4DA7CC
Text Example
Text Example
White with #4DA7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA7CC; }
p { color: rgb(77,167,204); }
H1.HeaderClassName
{
color: #4DA7CC;
}
.AnyTagClassName
{
color: #4DA7CC;
}
</style>
background-color css
<style>
a { background-color: #4DA7CC; }
a { background-color: rgb(77,167,204); }
div.DivClassName
{
background-color: #4DA7CC;
}
.BgClassName
{
background-color: #4DA7CC;
}
</style>
border-color css
<style>
span { border-color: #4DA7CC; }
span { border-color: rgb(77,167,204); }
td.TdClassName
{
border-color: #4DA7CC;
}
.TagClassName
{
border-color: #4DA7CC;
}
</style>