Shades of Viking #4DA2BF
Tints of Viking #4DA2BF
RGB
CMYK
RGB Variations
Color information
#4DA2BF (or 0x4DA2BF) is known color: Viking. HEX triplet: 4D, A2 and BF. RGB value is (77,162,191). Sum of RGB (Red+Green+Blue) = 77+162+191=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DA2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA2BF is #B25D40. Grayscale: #8B8B8B. Windows color (decimal): -11689281 or 12558925. OLE color: 12558925.
HSL color Cylindrical-coordinate representation of color #4DA2BF: hue angle of 195.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DA2BF is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 162 | 191 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.25 |
| HSL | 195.26º | 0.47% | 0.53% | - |
| HSV(B) | 195.26º | 0.6% | 0.75% | - |
| XYZ | 25.38 | 31.18 | 53.97 | - |
| YUV | 139.89 | 156.84 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 191 | 0.60 | 0.15 | 0 | 0.25 | 195.26 | 0.47 | 0.53 |
| Hex | 4D | A2 | BF | 3C | F | 0 | 19 | C3 | 2F | 35 |
| Octal | 115 | 242 | 277 | 74 | 17 | 0 | 31 | 303 | 57 | 65 |
| Binary | 1001101 | 10100010 | 10111111 | 111100 | 1111 | 0 | 11001 | 11000011 | 101111 | 110101 |
Color Harmonies of #4DA2BF
Complementary color
Monochromatic Colors of #4DA2BF
Black with #4DA2BF
Text Example
Text Example
White with #4DA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA2BF; }
p { color: rgb(77,162,191); }
H1.HeaderClassName
{
color: #4DA2BF;
}
.AnyTagClassName
{
color: #4DA2BF;
}
</style>
background-color css
<style>
a { background-color: #4DA2BF; }
a { background-color: rgb(77,162,191); }
div.DivClassName
{
background-color: #4DA2BF;
}
.BgClassName
{
background-color: #4DA2BF;
}
</style>
border-color css
<style>
span { border-color: #4DA2BF; }
span { border-color: rgb(77,162,191); }
td.TdClassName
{
border-color: #4DA2BF;
}
.TagClassName
{
border-color: #4DA2BF;
}
</style>