Shades of Wedgewood #43647F
Tints of Wedgewood #43647F
RGB
CMYK
RGB Variations
Color information
#43647F (or 0x43647F) is known color: Wedgewood. HEX triplet: 43, 64 and 7F. RGB value is (67,100,127). Sum of RGB (Red+Green+Blue) = 67+100+127=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #43647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43647F is #BC9B80. Grayscale: #5D5D5D. Windows color (decimal): -12360577 or 8348739. OLE color: 8348739.
HSL color Cylindrical-coordinate representation of color #43647F: hue angle of 207º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43647F is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 100 | 127 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.50 |
| HSL | 207º | 0.31% | 0.38% | - |
| HSV(B) | 207º | 0.47% | 0.5% | - |
| XYZ | 10.7 | 11.84 | 21.8 | - |
| YUV | 93.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 127 | 0.47 | 0.21 | 0 | 0.50 | 207 | 0.31 | 0.38 |
| Hex | 43 | 64 | 7F | 2F | 15 | 0 | 32 | CF | 1F | 26 |
| Octal | 103 | 144 | 177 | 57 | 25 | 0 | 62 | 317 | 37 | 46 |
| Binary | 1000011 | 1100100 | 1111111 | 101111 | 10101 | 0 | 110010 | 11001111 | 11111 | 100110 |
Color Harmonies of #43647F
Complementary color
Monochromatic Colors of #43647F
Black with #43647F
Text Example
Text Example
White with #43647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43647F; }
p { color: rgb(67,100,127); }
H1.HeaderClassName
{
color: #43647F;
}
.AnyTagClassName
{
color: #43647F;
}
</style>
background-color css
<style>
a { background-color: #43647F; }
a { background-color: rgb(67,100,127); }
div.DivClassName
{
background-color: #43647F;
}
.BgClassName
{
background-color: #43647F;
}
</style>
border-color css
<style>
span { border-color: #43647F; }
span { border-color: rgb(67,100,127); }
td.TdClassName
{
border-color: #43647F;
}
.TagClassName
{
border-color: #43647F;
}
</style>