Shades of Viking #41AAB8
Tints of Viking #41AAB8
RGB
CMYK
RGB Variations
Color information
#41AAB8 (or 0x41AAB8) is known color: Viking. HEX triplet: 41, AA and B8. RGB value is (65,170,184). Sum of RGB (Red+Green+Blue) = 65+170+184=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 184 - color contains mainly: blue. Hex color #41AAB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AAB8 is #BE5547. Grayscale: #8C8C8C. Windows color (decimal): -12473672 or 12102209. OLE color: 12102209.
HSL color Cylindrical-coordinate representation of color #41AAB8: hue angle of 187.06º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41AAB8 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 170 | 184 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.28 |
| HSL | 187.06º | 0.48% | 0.49% | - |
| HSV(B) | 187.06º | 0.65% | 0.72% | - |
| XYZ | 25.21 | 33.33 | 50.45 | - |
| YUV | 140.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 184 | 0.65 | 0.08 | 0 | 0.28 | 187.06 | 0.48 | 0.49 |
| Hex | 41 | AA | B8 | 41 | 8 | 0 | 1C | BB | 30 | 31 |
| Octal | 101 | 252 | 270 | 101 | 10 | 0 | 34 | 273 | 60 | 61 |
| Binary | 1000001 | 10101010 | 10111000 | 1000001 | 1000 | 0 | 11100 | 10111011 | 110000 | 110001 |
Color Harmonies of #41AAB8
Complementary color
Monochromatic Colors of #41AAB8
Black with #41AAB8
Text Example
Text Example
White with #41AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AAB8; }
p { color: rgb(65,170,184); }
H1.HeaderClassName
{
color: #41AAB8;
}
.AnyTagClassName
{
color: #41AAB8;
}
</style>
background-color css
<style>
a { background-color: #41AAB8; }
a { background-color: rgb(65,170,184); }
div.DivClassName
{
background-color: #41AAB8;
}
.BgClassName
{
background-color: #41AAB8;
}
</style>
border-color css
<style>
span { border-color: #41AAB8; }
span { border-color: rgb(65,170,184); }
td.TdClassName
{
border-color: #41AAB8;
}
.TagClassName
{
border-color: #41AAB8;
}
</style>