Shades of Viking #41AEBC
Tints of Viking #41AEBC
RGB
CMYK
RGB Variations
Color information
#41AEBC (or 0x41AEBC) is known color: Viking. HEX triplet: 41, AE and BC. RGB value is (65,174,188). Sum of RGB (Red+Green+Blue) = 65+174+188=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #41AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AEBC is #BE5143. Grayscale: #8E8E8E. Windows color (decimal): -12472644 or 12365377. OLE color: 12365377.
HSL color Cylindrical-coordinate representation of color #41AEBC: hue angle of 186.83º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41AEBC is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 174 | 188 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.26 |
| HSL | 186.83º | 0.49% | 0.5% | - |
| HSV(B) | 186.83º | 0.65% | 0.74% | - |
| XYZ | 26.39 | 35.03 | 52.95 | - |
| YUV | 143.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 174 | 188 | 0.65 | 0.07 | 0 | 0.26 | 186.83 | 0.49 | 0.5 |
| Hex | 41 | AE | BC | 41 | 7 | 0 | 1A | BB | 31 | 32 |
| Octal | 101 | 256 | 274 | 101 | 7 | 0 | 32 | 273 | 61 | 62 |
| Binary | 1000001 | 10101110 | 10111100 | 1000001 | 111 | 0 | 11010 | 10111011 | 110001 | 110010 |
Color Harmonies of #41AEBC
Complementary color
Monochromatic Colors of #41AEBC
Black with #41AEBC
Text Example
Text Example
White with #41AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AEBC; }
p { color: rgb(65,174,188); }
H1.HeaderClassName
{
color: #41AEBC;
}
.AnyTagClassName
{
color: #41AEBC;
}
</style>
background-color css
<style>
a { background-color: #41AEBC; }
a { background-color: rgb(65,174,188); }
div.DivClassName
{
background-color: #41AEBC;
}
.BgClassName
{
background-color: #41AEBC;
}
</style>
border-color css
<style>
span { border-color: #41AEBC; }
span { border-color: rgb(65,174,188); }
td.TdClassName
{
border-color: #41AEBC;
}
.TagClassName
{
border-color: #41AEBC;
}
</style>