Shades of Wedgewood #45638C
Tints of Wedgewood #45638C
RGB
CMYK
RGB Variations
Color information
#45638C (or 0x45638C) is known color: Wedgewood. HEX triplet: 45, 63 and 8C. RGB value is (69,99,140). Sum of RGB (Red+Green+Blue) = 69+99+140=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #45638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45638C is #BA9C73. Grayscale: #5E5E5E. Windows color (decimal): -12229748 or 9200453. OLE color: 9200453.
HSL color Cylindrical-coordinate representation of color #45638C: hue angle of 214.65º 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 #45638C is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 99 | 140 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.45 |
| HSL | 214.65º | 0.34% | 0.41% | - |
| HSV(B) | 214.65º | 0.51% | 0.55% | - |
| XYZ | 11.65 | 12.08 | 26.53 | - |
| YUV | 94.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 140 | 0.51 | 0.29 | 0 | 0.45 | 214.65 | 0.34 | 0.41 |
| Hex | 45 | 63 | 8C | 33 | 1D | 0 | 2D | D7 | 22 | 29 |
| Octal | 105 | 143 | 214 | 63 | 35 | 0 | 55 | 327 | 42 | 51 |
| Binary | 1000101 | 1100011 | 10001100 | 110011 | 11101 | 0 | 101101 | 11010111 | 100010 | 101001 |
Color Harmonies of #45638C
Complementary color
Monochromatic Colors of #45638C
Black with #45638C
Text Example
Text Example
White with #45638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45638C; }
p { color: rgb(69,99,140); }
H1.HeaderClassName
{
color: #45638C;
}
.AnyTagClassName
{
color: #45638C;
}
</style>
background-color css
<style>
a { background-color: #45638C; }
a { background-color: rgb(69,99,140); }
div.DivClassName
{
background-color: #45638C;
}
.BgClassName
{
background-color: #45638C;
}
</style>
border-color css
<style>
span { border-color: #45638C; }
span { border-color: rgb(69,99,140); }
td.TdClassName
{
border-color: #45638C;
}
.TagClassName
{
border-color: #45638C;
}
</style>