Shades of Wedgewood #41658F
Tints of Wedgewood #41658F
RGB
CMYK
RGB Variations
Color information
#41658F (or 0x41658F) is known color: Wedgewood. HEX triplet: 41, 65 and 8F. RGB value is (65,101,143). Sum of RGB (Red+Green+Blue) = 65+101+143=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #41658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41658F is #BE9A70. Grayscale: #5E5E5E. Windows color (decimal): -12491377 or 9397569. OLE color: 9397569.
HSL color Cylindrical-coordinate representation of color #41658F: hue angle of 212.31º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41658F is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 101 | 143 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.44 |
| HSL | 212.31º | 0.38% | 0.41% | - |
| HSV(B) | 212.31º | 0.55% | 0.56% | - |
| XYZ | 11.79 | 12.41 | 27.76 | - |
| YUV | 95.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 143 | 0.55 | 0.29 | 0 | 0.44 | 212.31 | 0.38 | 0.41 |
| Hex | 41 | 65 | 8F | 37 | 1D | 0 | 2C | D4 | 26 | 29 |
| Octal | 101 | 145 | 217 | 67 | 35 | 0 | 54 | 324 | 46 | 51 |
| Binary | 1000001 | 1100101 | 10001111 | 110111 | 11101 | 0 | 101100 | 11010100 | 100110 | 101001 |
Color Harmonies of #41658F
Complementary color
Monochromatic Colors of #41658F
Black with #41658F
Text Example
Text Example
White with #41658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41658F; }
p { color: rgb(65,101,143); }
H1.HeaderClassName
{
color: #41658F;
}
.AnyTagClassName
{
color: #41658F;
}
</style>
background-color css
<style>
a { background-color: #41658F; }
a { background-color: rgb(65,101,143); }
div.DivClassName
{
background-color: #41658F;
}
.BgClassName
{
background-color: #41658F;
}
</style>
border-color css
<style>
span { border-color: #41658F; }
span { border-color: rgb(65,101,143); }
td.TdClassName
{
border-color: #41658F;
}
.TagClassName
{
border-color: #41658F;
}
</style>