Shades of Wedgewood #41658D
Tints of Wedgewood #41658D
RGB
CMYK
RGB Variations
Color information
#41658D (or 0x41658D) is known color: Wedgewood. HEX triplet: 41, 65 and 8D. RGB value is (65,101,141). Sum of RGB (Red+Green+Blue) = 65+101+141=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #41658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41658D is #BE9A72. Grayscale: #5E5E5E. Windows color (decimal): -12491379 or 9266497. OLE color: 9266497.
HSL color Cylindrical-coordinate representation of color #41658D: hue angle of 211.58º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41658D is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 101 | 141 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.45 |
| HSL | 211.58º | 0.37% | 0.4% | - |
| HSV(B) | 211.58º | 0.54% | 0.55% | - |
| XYZ | 11.64 | 12.35 | 26.97 | - |
| YUV | 94.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 141 | 0.54 | 0.28 | 0 | 0.45 | 211.58 | 0.37 | 0.4 |
| Hex | 41 | 65 | 8D | 36 | 1C | 0 | 2D | D4 | 25 | 28 |
| Octal | 101 | 145 | 215 | 66 | 34 | 0 | 55 | 324 | 45 | 50 |
| Binary | 1000001 | 1100101 | 10001101 | 110110 | 11100 | 0 | 101101 | 11010100 | 100101 | 101000 |
Color Harmonies of #41658D
Complementary color
Monochromatic Colors of #41658D
Black with #41658D
Text Example
Text Example
White with #41658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41658D; }
p { color: rgb(65,101,141); }
H1.HeaderClassName
{
color: #41658D;
}
.AnyTagClassName
{
color: #41658D;
}
</style>
background-color css
<style>
a { background-color: #41658D; }
a { background-color: rgb(65,101,141); }
div.DivClassName
{
background-color: #41658D;
}
.BgClassName
{
background-color: #41658D;
}
</style>
border-color css
<style>
span { border-color: #41658D; }
span { border-color: rgb(65,101,141); }
td.TdClassName
{
border-color: #41658D;
}
.TagClassName
{
border-color: #41658D;
}
</style>