Shades of Wedgewood #40658F
Tints of Wedgewood #40658F
RGB
CMYK
RGB Variations
Color information
#40658F (or 0x40658F) is known color: Wedgewood. HEX triplet: 40, 65 and 8F. RGB value is (64,101,143). Sum of RGB (Red+Green+Blue) = 64+101+143=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #40658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40658F is #BF9A70. Grayscale: #5E5E5E. Windows color (decimal): -12556913 or 9397568. OLE color: 9397568.
HSL color Cylindrical-coordinate representation of color #40658F: hue angle of 211.9º 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 #40658F is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 101 | 143 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.44 |
| HSL | 211.9º | 0.38% | 0.41% | - |
| HSV(B) | 211.9º | 0.55% | 0.56% | - |
| XYZ | 11.73 | 12.38 | 27.76 | - |
| YUV | 94.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 143 | 0.55 | 0.29 | 0 | 0.44 | 211.9 | 0.38 | 0.41 |
| Hex | 40 | 65 | 8F | 37 | 1D | 0 | 2C | D4 | 26 | 29 |
| Octal | 100 | 145 | 217 | 67 | 35 | 0 | 54 | 324 | 46 | 51 |
| Binary | 1000000 | 1100101 | 10001111 | 110111 | 11101 | 0 | 101100 | 11010100 | 100110 | 101001 |
Color Harmonies of #40658F
Complementary color
Monochromatic Colors of #40658F
Black with #40658F
Text Example
Text Example
White with #40658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40658F; }
p { color: rgb(64,101,143); }
H1.HeaderClassName
{
color: #40658F;
}
.AnyTagClassName
{
color: #40658F;
}
</style>
background-color css
<style>
a { background-color: #40658F; }
a { background-color: rgb(64,101,143); }
div.DivClassName
{
background-color: #40658F;
}
.BgClassName
{
background-color: #40658F;
}
</style>
border-color css
<style>
span { border-color: #40658F; }
span { border-color: rgb(64,101,143); }
td.TdClassName
{
border-color: #40658F;
}
.TagClassName
{
border-color: #40658F;
}
</style>