Shades of Viking #41ACBD
Tints of Viking #41ACBD
RGB
CMYK
RGB Variations
Color information
#41ACBD (or 0x41ACBD) is known color: Viking. HEX triplet: 41, AC and BD. RGB value is (65,172,189). Sum of RGB (Red+Green+Blue) = 65+172+189=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #41ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACBD is #BE5342. Grayscale: #8D8D8D. Windows color (decimal): -12473155 or 12430401. OLE color: 12430401.
HSL color Cylindrical-coordinate representation of color #41ACBD: hue angle of 188.23º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41ACBD is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 172 | 189 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.26 |
| HSL | 188.23º | 0.49% | 0.5% | - |
| HSV(B) | 188.23º | 0.66% | 0.74% | - |
| XYZ | 26.12 | 34.3 | 53.39 | - |
| YUV | 141.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 189 | 0.66 | 0.09 | 0 | 0.26 | 188.23 | 0.49 | 0.5 |
| Hex | 41 | AC | BD | 42 | 9 | 0 | 1A | BC | 31 | 32 |
| Octal | 101 | 254 | 275 | 102 | 11 | 0 | 32 | 274 | 61 | 62 |
| Binary | 1000001 | 10101100 | 10111101 | 1000010 | 1001 | 0 | 11010 | 10111100 | 110001 | 110010 |
Color Harmonies of #41ACBD
Complementary color
Monochromatic Colors of #41ACBD
Black with #41ACBD
Text Example
Text Example
White with #41ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ACBD; }
p { color: rgb(65,172,189); }
H1.HeaderClassName
{
color: #41ACBD;
}
.AnyTagClassName
{
color: #41ACBD;
}
</style>
background-color css
<style>
a { background-color: #41ACBD; }
a { background-color: rgb(65,172,189); }
div.DivClassName
{
background-color: #41ACBD;
}
.BgClassName
{
background-color: #41ACBD;
}
</style>
border-color css
<style>
span { border-color: #41ACBD; }
span { border-color: rgb(65,172,189); }
td.TdClassName
{
border-color: #41ACBD;
}
.TagClassName
{
border-color: #41ACBD;
}
</style>