Shades of Wedgewood #45648B
Tints of Wedgewood #45648B
RGB
CMYK
RGB Variations
Color information
#45648B (or 0x45648B) is known color: Wedgewood. HEX triplet: 45, 64 and 8B. RGB value is (69,100,139). Sum of RGB (Red+Green+Blue) = 69+100+139=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #45648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45648B is #BA9B74. Grayscale: #5E5E5E. Windows color (decimal): -12229493 or 9135173. OLE color: 9135173.
HSL color Cylindrical-coordinate representation of color #45648B: hue angle of 213.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45648B is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 100 | 139 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.45 |
| HSL | 213.43º | 0.34% | 0.41% | - |
| HSV(B) | 213.43º | 0.5% | 0.55% | - |
| XYZ | 11.67 | 12.24 | 26.17 | - |
| YUV | 95.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 139 | 0.50 | 0.28 | 0 | 0.45 | 213.43 | 0.34 | 0.41 |
| Hex | 45 | 64 | 8B | 32 | 1C | 0 | 2D | D5 | 22 | 29 |
| Octal | 105 | 144 | 213 | 62 | 34 | 0 | 55 | 325 | 42 | 51 |
| Binary | 1000101 | 1100100 | 10001011 | 110010 | 11100 | 0 | 101101 | 11010101 | 100010 | 101001 |
Color Harmonies of #45648B
Complementary color
Monochromatic Colors of #45648B
Black with #45648B
Text Example
Text Example
White with #45648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45648B; }
p { color: rgb(69,100,139); }
H1.HeaderClassName
{
color: #45648B;
}
.AnyTagClassName
{
color: #45648B;
}
</style>
background-color css
<style>
a { background-color: #45648B; }
a { background-color: rgb(69,100,139); }
div.DivClassName
{
background-color: #45648B;
}
.BgClassName
{
background-color: #45648B;
}
</style>
border-color css
<style>
span { border-color: #45648B; }
span { border-color: rgb(69,100,139); }
td.TdClassName
{
border-color: #45648B;
}
.TagClassName
{
border-color: #45648B;
}
</style>