Shades of Viking #4AACB3
Tints of Viking #4AACB3
RGB
CMYK
RGB Variations
Color information
#4AACB3 (or 0x4AACB3) is known color: Viking. HEX triplet: 4A, AC and B3. RGB value is (74,172,179). Sum of RGB (Red+Green+Blue) = 74+172+179=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #4AACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACB3 is #B5534C. Grayscale: #8F8F8F. Windows color (decimal): -11883341 or 11775050. OLE color: 11775050.
HSL color Cylindrical-coordinate representation of color #4AACB3: hue angle of 184º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AACB3 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 172 | 179 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.30 |
| HSL | 184º | 0.42% | 0.5% | - |
| HSV(B) | 184º | 0.59% | 0.7% | - |
| XYZ | 25.71 | 34.22 | 47.9 | - |
| YUV | 143.5 | 148.03 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 179 | 0.59 | 0.04 | 0 | 0.30 | 184 | 0.42 | 0.5 |
| Hex | 4A | AC | B3 | 3B | 4 | 0 | 1E | B8 | 2A | 32 |
| Octal | 112 | 254 | 263 | 73 | 4 | 0 | 36 | 270 | 52 | 62 |
| Binary | 1001010 | 10101100 | 10110011 | 111011 | 100 | 0 | 11110 | 10111000 | 101010 | 110010 |
Color Harmonies of #4AACB3
Complementary color
Monochromatic Colors of #4AACB3
Black with #4AACB3
Text Example
Text Example
White with #4AACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACB3; }
p { color: rgb(74,172,179); }
H1.HeaderClassName
{
color: #4AACB3;
}
.AnyTagClassName
{
color: #4AACB3;
}
</style>
background-color css
<style>
a { background-color: #4AACB3; }
a { background-color: rgb(74,172,179); }
div.DivClassName
{
background-color: #4AACB3;
}
.BgClassName
{
background-color: #4AACB3;
}
</style>
border-color css
<style>
span { border-color: #4AACB3; }
span { border-color: rgb(74,172,179); }
td.TdClassName
{
border-color: #4AACB3;
}
.TagClassName
{
border-color: #4AACB3;
}
</style>