Shades of Viking #4ABFCF
Tints of Viking #4ABFCF
RGB
CMYK
RGB Variations
Color information
#4ABFCF (or 0x4ABFCF) is known color: Viking. HEX triplet: 4A, BF and CF. RGB value is (74,191,207). Sum of RGB (Red+Green+Blue) = 74+191+207=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #4ABFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFCF is #B54030. Grayscale: #9D9D9D. Windows color (decimal): -11878449 or 13614922. OLE color: 13614922.
HSL color Cylindrical-coordinate representation of color #4ABFCF: hue angle of 187.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABFCF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 191 | 207 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.19 |
| HSL | 187.22º | 0.58% | 0.55% | - |
| HSV(B) | 187.22º | 0.64% | 0.81% | - |
| XYZ | 32.72 | 43.22 | 65.65 | - |
| YUV | 157.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 207 | 0.64 | 0.08 | 0 | 0.19 | 187.22 | 0.58 | 0.55 |
| Hex | 4A | BF | CF | 40 | 8 | 0 | 13 | BB | 3A | 37 |
| Octal | 112 | 277 | 317 | 100 | 10 | 0 | 23 | 273 | 72 | 67 |
| Binary | 1001010 | 10111111 | 11001111 | 1000000 | 1000 | 0 | 10011 | 10111011 | 111010 | 110111 |
Color Harmonies of #4ABFCF
Complementary color
Monochromatic Colors of #4ABFCF
Black with #4ABFCF
Text Example
Text Example
White with #4ABFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFCF; }
p { color: rgb(74,191,207); }
H1.HeaderClassName
{
color: #4ABFCF;
}
.AnyTagClassName
{
color: #4ABFCF;
}
</style>
background-color css
<style>
a { background-color: #4ABFCF; }
a { background-color: rgb(74,191,207); }
div.DivClassName
{
background-color: #4ABFCF;
}
.BgClassName
{
background-color: #4ABFCF;
}
</style>
border-color css
<style>
span { border-color: #4ABFCF; }
span { border-color: rgb(74,191,207); }
td.TdClassName
{
border-color: #4ABFCF;
}
.TagClassName
{
border-color: #4ABFCF;
}
</style>