Shades of Wedgewood #445F8B
Tints of Wedgewood #445F8B
RGB
CMYK
RGB Variations
Color information
#445F8B (or 0x445F8B) is known color: Wedgewood. HEX triplet: 44, 5F and 8B. RGB value is (68,95,139). Sum of RGB (Red+Green+Blue) = 68+95+139=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #445F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F8B is #BBA074. Grayscale: #5B5B5B. Windows color (decimal): -12296309 or 9133892. OLE color: 9133892.
HSL color Cylindrical-coordinate representation of color #445F8B: hue angle of 217.18º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #445F8B is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 95 | 139 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.45 |
| HSL | 217.18º | 0.34% | 0.41% | - |
| HSV(B) | 217.18º | 0.51% | 0.55% | - |
| XYZ | 11.14 | 11.28 | 26.02 | - |
| YUV | 91.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 139 | 0.51 | 0.32 | 0 | 0.45 | 217.18 | 0.34 | 0.41 |
| Hex | 44 | 5F | 8B | 33 | 20 | 0 | 2D | D9 | 22 | 29 |
| Octal | 104 | 137 | 213 | 63 | 40 | 0 | 55 | 331 | 42 | 51 |
| Binary | 1000100 | 1011111 | 10001011 | 110011 | 100000 | 0 | 101101 | 11011001 | 100010 | 101001 |
Color Harmonies of #445F8B
Complementary color
Monochromatic Colors of #445F8B
Black with #445F8B
Text Example
Text Example
White with #445F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F8B; }
p { color: rgb(68,95,139); }
H1.HeaderClassName
{
color: #445F8B;
}
.AnyTagClassName
{
color: #445F8B;
}
</style>
background-color css
<style>
a { background-color: #445F8B; }
a { background-color: rgb(68,95,139); }
div.DivClassName
{
background-color: #445F8B;
}
.BgClassName
{
background-color: #445F8B;
}
</style>
border-color css
<style>
span { border-color: #445F8B; }
span { border-color: rgb(68,95,139); }
td.TdClassName
{
border-color: #445F8B;
}
.TagClassName
{
border-color: #445F8B;
}
</style>