Shades of Viking #4DA5CC
Tints of Viking #4DA5CC
RGB
CMYK
RGB Variations
Color information
#4DA5CC (or 0x4DA5CC) is known color: Viking. HEX triplet: 4D, A5 and CC. RGB value is (77,165,204). Sum of RGB (Red+Green+Blue) = 77+165+204=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA5CC is #B25A33. Grayscale: #8E8E8E. Windows color (decimal): -11688500 or 13411661. OLE color: 13411661.
HSL color Cylindrical-coordinate representation of color #4DA5CC: hue angle of 198.43º 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 #4DA5CC is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 165 | 204 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.2 |
| HSL | 198.43º | 0.55% | 0.55% | - |
| HSV(B) | 198.43º | 0.62% | 0.8% | - |
| XYZ | 27.41 | 32.85 | 62.02 | - |
| YUV | 143.13 | 162.35 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 204 | 0.62 | 0.19 | 0 | 0.2 | 198.43 | 0.55 | 0.55 |
| Hex | 4D | A5 | CC | 3E | 13 | 0 | 14 | C6 | 37 | 37 |
| Octal | 115 | 245 | 314 | 76 | 23 | 0 | 24 | 306 | 67 | 67 |
| Binary | 1001101 | 10100101 | 11001100 | 111110 | 10011 | 0 | 10100 | 11000110 | 110111 | 110111 |
Color Harmonies of #4DA5CC
Complementary color
Monochromatic Colors of #4DA5CC
Black with #4DA5CC
Text Example
Text Example
White with #4DA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA5CC; }
p { color: rgb(77,165,204); }
H1.HeaderClassName
{
color: #4DA5CC;
}
.AnyTagClassName
{
color: #4DA5CC;
}
</style>
background-color css
<style>
a { background-color: #4DA5CC; }
a { background-color: rgb(77,165,204); }
div.DivClassName
{
background-color: #4DA5CC;
}
.BgClassName
{
background-color: #4DA5CC;
}
</style>
border-color css
<style>
span { border-color: #4DA5CC; }
span { border-color: rgb(77,165,204); }
td.TdClassName
{
border-color: #4DA5CC;
}
.TagClassName
{
border-color: #4DA5CC;
}
</style>