Shades of Viking #4ABFCD
Tints of Viking #4ABFCD
RGB
CMYK
RGB Variations
Color information
#4ABFCD (or 0x4ABFCD) is known color: Viking. HEX triplet: 4A, BF and CD. RGB value is (74,191,205). Sum of RGB (Red+Green+Blue) = 74+191+205=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #4ABFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFCD is #B54032. Grayscale: #9D9D9D. Windows color (decimal): -11878451 or 13483850. OLE color: 13483850.
HSL color Cylindrical-coordinate representation of color #4ABFCD: hue angle of 186.41º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABFCD is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 191 | 205 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.20 |
| HSL | 186.41º | 0.57% | 0.55% | - |
| HSV(B) | 186.41º | 0.64% | 0.8% | - |
| XYZ | 32.47 | 43.13 | 64.37 | - |
| YUV | 157.61 | 154.74 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 205 | 0.64 | 0.07 | 0 | 0.20 | 186.41 | 0.57 | 0.55 |
| Hex | 4A | BF | CD | 40 | 7 | 0 | 14 | BA | 39 | 37 |
| Octal | 112 | 277 | 315 | 100 | 7 | 0 | 24 | 272 | 71 | 67 |
| Binary | 1001010 | 10111111 | 11001101 | 1000000 | 111 | 0 | 10100 | 10111010 | 111001 | 110111 |
Color Harmonies of #4ABFCD
Complementary color
Monochromatic Colors of #4ABFCD
Black with #4ABFCD
Text Example
Text Example
White with #4ABFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFCD; }
p { color: rgb(74,191,205); }
H1.HeaderClassName
{
color: #4ABFCD;
}
.AnyTagClassName
{
color: #4ABFCD;
}
</style>
background-color css
<style>
a { background-color: #4ABFCD; }
a { background-color: rgb(74,191,205); }
div.DivClassName
{
background-color: #4ABFCD;
}
.BgClassName
{
background-color: #4ABFCD;
}
</style>
border-color css
<style>
span { border-color: #4ABFCD; }
span { border-color: rgb(74,191,205); }
td.TdClassName
{
border-color: #4ABFCD;
}
.TagClassName
{
border-color: #4ABFCD;
}
</style>