Shades of Viking #41A2BB
Tints of Viking #41A2BB
RGB
CMYK
RGB Variations
Color information
#41A2BB (or 0x41A2BB) is known color: Viking. HEX triplet: 41, A2 and BB. RGB value is (65,162,187). Sum of RGB (Red+Green+Blue) = 65+162+187=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #41A2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A2BB is #BE5D44. Grayscale: #878787. Windows color (decimal): -12475717 or 12296769. OLE color: 12296769.
HSL color Cylindrical-coordinate representation of color #41A2BB: hue angle of 192.3º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41A2BB is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 162 | 187 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.27 |
| HSL | 192.3º | 0.48% | 0.49% | - |
| HSV(B) | 192.3º | 0.65% | 0.73% | - |
| XYZ | 24.07 | 30.55 | 51.64 | - |
| YUV | 135.85 | 156.86 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 162 | 187 | 0.65 | 0.13 | 0 | 0.27 | 192.3 | 0.48 | 0.49 |
| Hex | 41 | A2 | BB | 41 | D | 0 | 1B | C0 | 30 | 31 |
| Octal | 101 | 242 | 273 | 101 | 15 | 0 | 33 | 300 | 60 | 61 |
| Binary | 1000001 | 10100010 | 10111011 | 1000001 | 1101 | 0 | 11011 | 11000000 | 110000 | 110001 |
Color Harmonies of #41A2BB
Complementary color
Monochromatic Colors of #41A2BB
Black with #41A2BB
Text Example
Text Example
White with #41A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A2BB; }
p { color: rgb(65,162,187); }
H1.HeaderClassName
{
color: #41A2BB;
}
.AnyTagClassName
{
color: #41A2BB;
}
</style>
background-color css
<style>
a { background-color: #41A2BB; }
a { background-color: rgb(65,162,187); }
div.DivClassName
{
background-color: #41A2BB;
}
.BgClassName
{
background-color: #41A2BB;
}
</style>
border-color css
<style>
span { border-color: #41A2BB; }
span { border-color: rgb(65,162,187); }
td.TdClassName
{
border-color: #41A2BB;
}
.TagClassName
{
border-color: #41A2BB;
}
</style>