Shades of Viking #4AAFCF
Tints of Viking #4AAFCF
RGB
CMYK
RGB Variations
Color information
#4AAFCF (or 0x4AAFCF) is known color: Viking. HEX triplet: 4A, AF and CF. RGB value is (74,175,207). Sum of RGB (Red+Green+Blue) = 74+175+207=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #4AAFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFCF is #B55030. Grayscale: #949494. Windows color (decimal): -11882545 or 13610826. OLE color: 13610826.
HSL color Cylindrical-coordinate representation of color #4AAFCF: hue angle of 194.44º 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 #4AAFCF is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 175 | 207 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.19 |
| HSL | 194.44º | 0.58% | 0.55% | - |
| HSV(B) | 194.44º | 0.64% | 0.81% | - |
| XYZ | 29.42 | 36.62 | 64.55 | - |
| YUV | 148.45 | 161.04 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 207 | 0.64 | 0.15 | 0 | 0.19 | 194.44 | 0.58 | 0.55 |
| Hex | 4A | AF | CF | 40 | F | 0 | 13 | C2 | 3A | 37 |
| Octal | 112 | 257 | 317 | 100 | 17 | 0 | 23 | 302 | 72 | 67 |
| Binary | 1001010 | 10101111 | 11001111 | 1000000 | 1111 | 0 | 10011 | 11000010 | 111010 | 110111 |
Color Harmonies of #4AAFCF
Complementary color
Monochromatic Colors of #4AAFCF
Black with #4AAFCF
Text Example
Text Example
White with #4AAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAFCF; }
p { color: rgb(74,175,207); }
H1.HeaderClassName
{
color: #4AAFCF;
}
.AnyTagClassName
{
color: #4AAFCF;
}
</style>
background-color css
<style>
a { background-color: #4AAFCF; }
a { background-color: rgb(74,175,207); }
div.DivClassName
{
background-color: #4AAFCF;
}
.BgClassName
{
background-color: #4AAFCF;
}
</style>
border-color css
<style>
span { border-color: #4AAFCF; }
span { border-color: rgb(74,175,207); }
td.TdClassName
{
border-color: #4AAFCF;
}
.TagClassName
{
border-color: #4AAFCF;
}
</style>