Shades of Viking #4AACBD
Tints of Viking #4AACBD
RGB
CMYK
RGB Variations
Color information
#4AACBD (or 0x4AACBD) is known color: Viking. HEX triplet: 4A, AC and BD. RGB value is (74,172,189). Sum of RGB (Red+Green+Blue) = 74+172+189=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #4AACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACBD is #B55342. Grayscale: #909090. Windows color (decimal): -11883331 or 12430410. OLE color: 12430410.
HSL color Cylindrical-coordinate representation of color #4AACBD: hue angle of 188.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AACBD is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 172 | 189 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.26 |
| HSL | 188.87º | 0.47% | 0.52% | - |
| HSV(B) | 188.87º | 0.61% | 0.74% | - |
| XYZ | 26.76 | 34.64 | 53.42 | - |
| YUV | 144.64 | 153.03 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 189 | 0.61 | 0.09 | 0 | 0.26 | 188.87 | 0.47 | 0.52 |
| Hex | 4A | AC | BD | 3D | 9 | 0 | 1A | BD | 2F | 34 |
| Octal | 112 | 254 | 275 | 75 | 11 | 0 | 32 | 275 | 57 | 64 |
| Binary | 1001010 | 10101100 | 10111101 | 111101 | 1001 | 0 | 11010 | 10111101 | 101111 | 110100 |
Color Harmonies of #4AACBD
Complementary color
Monochromatic Colors of #4AACBD
Black with #4AACBD
Text Example
Text Example
White with #4AACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACBD; }
p { color: rgb(74,172,189); }
H1.HeaderClassName
{
color: #4AACBD;
}
.AnyTagClassName
{
color: #4AACBD;
}
</style>
background-color css
<style>
a { background-color: #4AACBD; }
a { background-color: rgb(74,172,189); }
div.DivClassName
{
background-color: #4AACBD;
}
.BgClassName
{
background-color: #4AACBD;
}
</style>
border-color css
<style>
span { border-color: #4AACBD; }
span { border-color: rgb(74,172,189); }
td.TdClassName
{
border-color: #4AACBD;
}
.TagClassName
{
border-color: #4AACBD;
}
</style>