Shades of Viking #4AACCF
Tints of Viking #4AACCF
RGB
CMYK
RGB Variations
Color information
#4AACCF (or 0x4AACCF) is known color: Viking. HEX triplet: 4A, AC and CF. RGB value is (74,172,207). Sum of RGB (Red+Green+Blue) = 74+172+207=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #4AACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACCF is #B55330. Grayscale: #929292. Windows color (decimal): -11883313 or 13610058. OLE color: 13610058.
HSL color Cylindrical-coordinate representation of color #4AACCF: hue angle of 195.79º 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 #4AACCF is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 172 | 207 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.19 |
| HSL | 195.79º | 0.58% | 0.55% | - |
| HSV(B) | 195.79º | 0.64% | 0.81% | - |
| XYZ | 28.84 | 35.47 | 64.36 | - |
| YUV | 146.69 | 162.03 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 207 | 0.64 | 0.17 | 0 | 0.19 | 195.79 | 0.58 | 0.55 |
| Hex | 4A | AC | CF | 40 | 11 | 0 | 13 | C4 | 3A | 37 |
| Octal | 112 | 254 | 317 | 100 | 21 | 0 | 23 | 304 | 72 | 67 |
| Binary | 1001010 | 10101100 | 11001111 | 1000000 | 10001 | 0 | 10011 | 11000100 | 111010 | 110111 |
Color Harmonies of #4AACCF
Complementary color
Monochromatic Colors of #4AACCF
Black with #4AACCF
Text Example
Text Example
White with #4AACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACCF; }
p { color: rgb(74,172,207); }
H1.HeaderClassName
{
color: #4AACCF;
}
.AnyTagClassName
{
color: #4AACCF;
}
</style>
background-color css
<style>
a { background-color: #4AACCF; }
a { background-color: rgb(74,172,207); }
div.DivClassName
{
background-color: #4AACCF;
}
.BgClassName
{
background-color: #4AACCF;
}
</style>
border-color css
<style>
span { border-color: #4AACCF; }
span { border-color: rgb(74,172,207); }
td.TdClassName
{
border-color: #4AACCF;
}
.TagClassName
{
border-color: #4AACCF;
}
</style>