Shades of Viking #4AC1CF
Tints of Viking #4AC1CF
RGB
CMYK
RGB Variations
Color information
#4AC1CF (or 0x4AC1CF) is known color: Viking. HEX triplet: 4A, C1 and CF. RGB value is (74,193,207). Sum of RGB (Red+Green+Blue) = 74+193+207=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #4AC1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC1CF is #B53E30. Grayscale: #9E9E9E. Windows color (decimal): -11877937 or 13615434. OLE color: 13615434.
HSL color Cylindrical-coordinate representation of color #4AC1CF: hue angle of 186.32º 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 #4AC1CF is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 193 | 207 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.19 |
| HSL | 186.32º | 0.58% | 0.55% | - |
| HSV(B) | 186.32º | 0.64% | 0.81% | - |
| XYZ | 33.16 | 44.1 | 65.8 | - |
| YUV | 159.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 207 | 0.64 | 0.07 | 0 | 0.19 | 186.32 | 0.58 | 0.55 |
| Hex | 4A | C1 | CF | 40 | 7 | 0 | 13 | BA | 3A | 37 |
| Octal | 112 | 301 | 317 | 100 | 7 | 0 | 23 | 272 | 72 | 67 |
| Binary | 1001010 | 11000001 | 11001111 | 1000000 | 111 | 0 | 10011 | 10111010 | 111010 | 110111 |
Color Harmonies of #4AC1CF
Complementary color
Monochromatic Colors of #4AC1CF
Black with #4AC1CF
Text Example
Text Example
White with #4AC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC1CF; }
p { color: rgb(74,193,207); }
H1.HeaderClassName
{
color: #4AC1CF;
}
.AnyTagClassName
{
color: #4AC1CF;
}
</style>
background-color css
<style>
a { background-color: #4AC1CF; }
a { background-color: rgb(74,193,207); }
div.DivClassName
{
background-color: #4AC1CF;
}
.BgClassName
{
background-color: #4AC1CF;
}
</style>
border-color css
<style>
span { border-color: #4AC1CF; }
span { border-color: rgb(74,193,207); }
td.TdClassName
{
border-color: #4AC1CF;
}
.TagClassName
{
border-color: #4AC1CF;
}
</style>