Shades of Viking #41A8C3
Tints of Viking #41A8C3
RGB
CMYK
RGB Variations
Color information
#41A8C3 (or 0x41A8C3) is known color: Viking. HEX triplet: 41, A8 and C3. RGB value is (65,168,195). Sum of RGB (Red+Green+Blue) = 65+168+195=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #41A8C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A8C3 is #BE573C. Grayscale: #8C8C8C. Windows color (decimal): -12474173 or 12822593. OLE color: 12822593.
HSL color Cylindrical-coordinate representation of color #41A8C3: hue angle of 192.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41A8C3 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 168 | 195 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.24 |
| HSL | 192.46º | 0.52% | 0.51% | - |
| HSV(B) | 192.46º | 0.67% | 0.76% | - |
| XYZ | 26.03 | 33.07 | 56.64 | - |
| YUV | 140.28 | 158.88 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 168 | 195 | 0.67 | 0.14 | 0 | 0.24 | 192.46 | 0.52 | 0.51 |
| Hex | 41 | A8 | C3 | 43 | E | 0 | 18 | C0 | 34 | 33 |
| Octal | 101 | 250 | 303 | 103 | 16 | 0 | 30 | 300 | 64 | 63 |
| Binary | 1000001 | 10101000 | 11000011 | 1000011 | 1110 | 0 | 11000 | 11000000 | 110100 | 110011 |
Color Harmonies of #41A8C3
Complementary color
Monochromatic Colors of #41A8C3
Black with #41A8C3
Text Example
Text Example
White with #41A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A8C3; }
p { color: rgb(65,168,195); }
H1.HeaderClassName
{
color: #41A8C3;
}
.AnyTagClassName
{
color: #41A8C3;
}
</style>
background-color css
<style>
a { background-color: #41A8C3; }
a { background-color: rgb(65,168,195); }
div.DivClassName
{
background-color: #41A8C3;
}
.BgClassName
{
background-color: #41A8C3;
}
</style>
border-color css
<style>
span { border-color: #41A8C3; }
span { border-color: rgb(65,168,195); }
td.TdClassName
{
border-color: #41A8C3;
}
.TagClassName
{
border-color: #41A8C3;
}
</style>