Shades of Viking #4ABFD0
Tints of Viking #4ABFD0
RGB
CMYK
RGB Variations
Color information
#4ABFD0 (or 0x4ABFD0) is known color: Viking. HEX triplet: 4A, BF and D0. RGB value is (74,191,208). Sum of RGB (Red+Green+Blue) = 74+191+208=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #4ABFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFD0 is #B5402F. Grayscale: #9D9D9D. Windows color (decimal): -11878448 or 13680458. OLE color: 13680458.
HSL color Cylindrical-coordinate representation of color #4ABFD0: hue angle of 187.61º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABFD0 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 191 | 208 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.18 |
| HSL | 187.61º | 0.59% | 0.55% | - |
| HSV(B) | 187.61º | 0.64% | 0.82% | - |
| XYZ | 32.84 | 43.27 | 66.3 | - |
| YUV | 157.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 208 | 0.64 | 0.08 | 0 | 0.18 | 187.61 | 0.59 | 0.55 |
| Hex | 4A | BF | D0 | 40 | 8 | 0 | 12 | BC | 3B | 37 |
| Octal | 112 | 277 | 320 | 100 | 10 | 0 | 22 | 274 | 73 | 67 |
| Binary | 1001010 | 10111111 | 11010000 | 1000000 | 1000 | 0 | 10010 | 10111100 | 111011 | 110111 |
Color Harmonies of #4ABFD0
Complementary color
Monochromatic Colors of #4ABFD0
Black with #4ABFD0
Text Example
Text Example
White with #4ABFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFD0; }
p { color: rgb(74,191,208); }
H1.HeaderClassName
{
color: #4ABFD0;
}
.AnyTagClassName
{
color: #4ABFD0;
}
</style>
background-color css
<style>
a { background-color: #4ABFD0; }
a { background-color: rgb(74,191,208); }
div.DivClassName
{
background-color: #4ABFD0;
}
.BgClassName
{
background-color: #4ABFD0;
}
</style>
border-color css
<style>
span { border-color: #4ABFD0; }
span { border-color: rgb(74,191,208); }
td.TdClassName
{
border-color: #4ABFD0;
}
.TagClassName
{
border-color: #4ABFD0;
}
</style>