Shades of Viking #4AA7BC
Tints of Viking #4AA7BC
RGB
CMYK
RGB Variations
Color information
#4AA7BC (or 0x4AA7BC) is known color: Viking. HEX triplet: 4A, A7 and BC. RGB value is (74,167,188). Sum of RGB (Red+Green+Blue) = 74+167+188=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #4AA7BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA7BC is #B55843. Grayscale: #8D8D8D. Windows color (decimal): -11884612 or 12363594. OLE color: 12363594.
HSL color Cylindrical-coordinate representation of color #4AA7BC: hue angle of 191.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AA7BC is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 167 | 188 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.26 |
| HSL | 191.05º | 0.46% | 0.51% | - |
| HSV(B) | 191.05º | 0.61% | 0.74% | - |
| XYZ | 25.72 | 32.72 | 52.54 | - |
| YUV | 141.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 188 | 0.61 | 0.11 | 0 | 0.26 | 191.05 | 0.46 | 0.51 |
| Hex | 4A | A7 | BC | 3D | B | 0 | 1A | BF | 2E | 33 |
| Octal | 112 | 247 | 274 | 75 | 13 | 0 | 32 | 277 | 56 | 63 |
| Binary | 1001010 | 10100111 | 10111100 | 111101 | 1011 | 0 | 11010 | 10111111 | 101110 | 110011 |
Color Harmonies of #4AA7BC
Complementary color
Monochromatic Colors of #4AA7BC
Black with #4AA7BC
Text Example
Text Example
White with #4AA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA7BC; }
p { color: rgb(74,167,188); }
H1.HeaderClassName
{
color: #4AA7BC;
}
.AnyTagClassName
{
color: #4AA7BC;
}
</style>
background-color css
<style>
a { background-color: #4AA7BC; }
a { background-color: rgb(74,167,188); }
div.DivClassName
{
background-color: #4AA7BC;
}
.BgClassName
{
background-color: #4AA7BC;
}
</style>
border-color css
<style>
span { border-color: #4AA7BC; }
span { border-color: rgb(74,167,188); }
td.TdClassName
{
border-color: #4AA7BC;
}
.TagClassName
{
border-color: #4AA7BC;
}
</style>