Shades of Viking #41AFB3
Tints of Viking #41AFB3
RGB
CMYK
RGB Variations
Color information
#41AFB3 (or 0x41AFB3) is known color: Viking. HEX triplet: 41, AF and B3. RGB value is (65,175,179). Sum of RGB (Red+Green+Blue) = 65+175+179=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #41AFB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFB3 is #BE504C. Grayscale: #8E8E8E. Windows color (decimal): -12472397 or 11775809. OLE color: 11775809.
HSL color Cylindrical-coordinate representation of color #41AFB3: hue angle of 182.11º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41AFB3 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 175 | 179 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.30 |
| HSL | 182.11º | 0.47% | 0.48% | - |
| HSV(B) | 182.11º | 0.64% | 0.7% | - |
| XYZ | 25.65 | 35.04 | 48.06 | - |
| YUV | 142.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 179 | 0.64 | 0.02 | 0 | 0.30 | 182.11 | 0.47 | 0.48 |
| Hex | 41 | AF | B3 | 40 | 2 | 0 | 1E | B6 | 2F | 30 |
| Octal | 101 | 257 | 263 | 100 | 2 | 0 | 36 | 266 | 57 | 60 |
| Binary | 1000001 | 10101111 | 10110011 | 1000000 | 10 | 0 | 11110 | 10110110 | 101111 | 110000 |
Color Harmonies of #41AFB3
Complementary color
Monochromatic Colors of #41AFB3
Black with #41AFB3
Text Example
Text Example
White with #41AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AFB3; }
p { color: rgb(65,175,179); }
H1.HeaderClassName
{
color: #41AFB3;
}
.AnyTagClassName
{
color: #41AFB3;
}
</style>
background-color css
<style>
a { background-color: #41AFB3; }
a { background-color: rgb(65,175,179); }
div.DivClassName
{
background-color: #41AFB3;
}
.BgClassName
{
background-color: #41AFB3;
}
</style>
border-color css
<style>
span { border-color: #41AFB3; }
span { border-color: rgb(65,175,179); }
td.TdClassName
{
border-color: #41AFB3;
}
.TagClassName
{
border-color: #41AFB3;
}
</style>