Shades of Viking #41A8CC
Tints of Viking #41A8CC
RGB
CMYK
RGB Variations
Color information
#41A8CC (or 0x41A8CC) is known color: Viking. HEX triplet: 41, A8 and CC. RGB value is (65,168,204). Sum of RGB (Red+Green+Blue) = 65+168+204=437 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.87% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #41A8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A8CC is #BE5733. Grayscale: #8D8D8D. Windows color (decimal): -12474164 or 13412417. OLE color: 13412417.
HSL color Cylindrical-coordinate representation of color #41A8CC: hue angle of 195.54º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41A8CC is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 168 | 204 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.2 |
| HSL | 195.54º | 0.58% | 0.53% | - |
| HSV(B) | 195.54º | 0.68% | 0.8% | - |
| XYZ | 27.08 | 33.49 | 62.16 | - |
| YUV | 141.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 168 | 204 | 0.68 | 0.18 | 0 | 0.2 | 195.54 | 0.58 | 0.53 |
| Hex | 41 | A8 | CC | 44 | 12 | 0 | 14 | C4 | 3A | 35 |
| Octal | 101 | 250 | 314 | 104 | 22 | 0 | 24 | 304 | 72 | 65 |
| Binary | 1000001 | 10101000 | 11001100 | 1000100 | 10010 | 0 | 10100 | 11000100 | 111010 | 110101 |
Color Harmonies of #41A8CC
Complementary color
Monochromatic Colors of #41A8CC
Black with #41A8CC
Text Example
Text Example
White with #41A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A8CC; }
p { color: rgb(65,168,204); }
H1.HeaderClassName
{
color: #41A8CC;
}
.AnyTagClassName
{
color: #41A8CC;
}
</style>
background-color css
<style>
a { background-color: #41A8CC; }
a { background-color: rgb(65,168,204); }
div.DivClassName
{
background-color: #41A8CC;
}
.BgClassName
{
background-color: #41A8CC;
}
</style>
border-color css
<style>
span { border-color: #41A8CC; }
span { border-color: rgb(65,168,204); }
td.TdClassName
{
border-color: #41A8CC;
}
.TagClassName
{
border-color: #41A8CC;
}
</style>