Shades of Viking #41ADCA
Tints of Viking #41ADCA
RGB
CMYK
RGB Variations
Color information
#41ADCA (or 0x41ADCA) is known color: Viking. HEX triplet: 41, AD and CA. RGB value is (65,173,202). Sum of RGB (Red+Green+Blue) = 65+173+202=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #41ADCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ADCA is #BE5235. Grayscale: #8F8F8F. Windows color (decimal): -12472886 or 13282625. OLE color: 13282625.
HSL color Cylindrical-coordinate representation of color #41ADCA: hue angle of 192.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41ADCA is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 173 | 202 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.21 |
| HSL | 192.7º | 0.56% | 0.52% | - |
| HSV(B) | 192.7º | 0.68% | 0.79% | - |
| XYZ | 27.78 | 35.28 | 61.22 | - |
| YUV | 144.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 202 | 0.68 | 0.14 | 0 | 0.21 | 192.7 | 0.56 | 0.52 |
| Hex | 41 | AD | CA | 44 | E | 0 | 15 | C1 | 38 | 34 |
| Octal | 101 | 255 | 312 | 104 | 16 | 0 | 25 | 301 | 70 | 64 |
| Binary | 1000001 | 10101101 | 11001010 | 1000100 | 1110 | 0 | 10101 | 11000001 | 111000 | 110100 |
Color Harmonies of #41ADCA
Complementary color
Monochromatic Colors of #41ADCA
Black with #41ADCA
Text Example
Text Example
White with #41ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ADCA; }
p { color: rgb(65,173,202); }
H1.HeaderClassName
{
color: #41ADCA;
}
.AnyTagClassName
{
color: #41ADCA;
}
</style>
background-color css
<style>
a { background-color: #41ADCA; }
a { background-color: rgb(65,173,202); }
div.DivClassName
{
background-color: #41ADCA;
}
.BgClassName
{
background-color: #41ADCA;
}
</style>
border-color css
<style>
span { border-color: #41ADCA; }
span { border-color: rgb(65,173,202); }
td.TdClassName
{
border-color: #41ADCA;
}
.TagClassName
{
border-color: #41ADCA;
}
</style>