Shades of Viking #41ABC4
Tints of Viking #41ABC4
RGB
CMYK
RGB Variations
Color information
#41ABC4 (or 0x41ABC4) is known color: Viking. HEX triplet: 41, AB and C4. RGB value is (65,171,196). Sum of RGB (Red+Green+Blue) = 65+171+196=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #41ABC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABC4 is #BE543B. Grayscale: #8D8D8D. Windows color (decimal): -12473404 or 12888897. OLE color: 12888897.
HSL color Cylindrical-coordinate representation of color #41ABC4: hue angle of 191.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41ABC4 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 171 | 196 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.23 |
| HSL | 191.45º | 0.53% | 0.51% | - |
| HSV(B) | 191.45º | 0.67% | 0.77% | - |
| XYZ | 26.71 | 34.24 | 57.43 | - |
| YUV | 142.16 | 158.38 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 196 | 0.67 | 0.13 | 0 | 0.23 | 191.45 | 0.53 | 0.51 |
| Hex | 41 | AB | C4 | 43 | D | 0 | 17 | BF | 35 | 33 |
| Octal | 101 | 253 | 304 | 103 | 15 | 0 | 27 | 277 | 65 | 63 |
| Binary | 1000001 | 10101011 | 11000100 | 1000011 | 1101 | 0 | 10111 | 10111111 | 110101 | 110011 |
Color Harmonies of #41ABC4
Complementary color
Monochromatic Colors of #41ABC4
Black with #41ABC4
Text Example
Text Example
White with #41ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ABC4; }
p { color: rgb(65,171,196); }
H1.HeaderClassName
{
color: #41ABC4;
}
.AnyTagClassName
{
color: #41ABC4;
}
</style>
background-color css
<style>
a { background-color: #41ABC4; }
a { background-color: rgb(65,171,196); }
div.DivClassName
{
background-color: #41ABC4;
}
.BgClassName
{
background-color: #41ABC4;
}
</style>
border-color css
<style>
span { border-color: #41ABC4; }
span { border-color: rgb(65,171,196); }
td.TdClassName
{
border-color: #41ABC4;
}
.TagClassName
{
border-color: #41ABC4;
}
</style>