Shades of Viking #4DAFCA
Tints of Viking #4DAFCA
RGB
CMYK
RGB Variations
Color information
#4DAFCA (or 0x4DAFCA) is known color: Viking. HEX triplet: 4D, AF and CA. RGB value is (77,175,202). Sum of RGB (Red+Green+Blue) = 77+175+202=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFCA is #B25035. Grayscale: #949494. Windows color (decimal): -11685942 or 13283149. OLE color: 13283149.
HSL color Cylindrical-coordinate representation of color #4DAFCA: hue angle of 192.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAFCA is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 175 | 202 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.21 |
| HSL | 192.96º | 0.54% | 0.55% | - |
| HSV(B) | 192.96º | 0.62% | 0.79% | - |
| XYZ | 29.05 | 36.5 | 61.39 | - |
| YUV | 148.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 202 | 0.62 | 0.13 | 0 | 0.21 | 192.96 | 0.54 | 0.55 |
| Hex | 4D | AF | CA | 3E | D | 0 | 15 | C1 | 36 | 37 |
| Octal | 115 | 257 | 312 | 76 | 15 | 0 | 25 | 301 | 66 | 67 |
| Binary | 1001101 | 10101111 | 11001010 | 111110 | 1101 | 0 | 10101 | 11000001 | 110110 | 110111 |
Color Harmonies of #4DAFCA
Complementary color
Monochromatic Colors of #4DAFCA
Black with #4DAFCA
Text Example
Text Example
White with #4DAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFCA; }
p { color: rgb(77,175,202); }
H1.HeaderClassName
{
color: #4DAFCA;
}
.AnyTagClassName
{
color: #4DAFCA;
}
</style>
background-color css
<style>
a { background-color: #4DAFCA; }
a { background-color: rgb(77,175,202); }
div.DivClassName
{
background-color: #4DAFCA;
}
.BgClassName
{
background-color: #4DAFCA;
}
</style>
border-color css
<style>
span { border-color: #4DAFCA; }
span { border-color: rgb(77,175,202); }
td.TdClassName
{
border-color: #4DAFCA;
}
.TagClassName
{
border-color: #4DAFCA;
}
</style>